7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
all: webbrowser
|
||
|
APPS=webbrowser
|
||
|
DEFAULT_TARGET=win32
|
||
|
|
||
|
CONTIKI = ../..
|
||
|
include $(CONTIKI)/Makefile.include
|