mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 03:29:51 +00:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
all: webbrowser
|
||
|
APPS=webbrowser
|
||
|
DEFAULT_TARGET=win32
|
||
|
|
||
|
CONTIKI = ../..
|
||
|
include $(CONTIKI)/Makefile.include
|