nes-proj/examples/wget/Makefile

8 lines
119 B
Makefile
Raw Normal View History

CONTIKI_PROJECT = wget
all: $(CONTIKI_PROJECT)
APPS = webbrowser
CONTIKI = ../..
include $(CONTIKI)/Makefile.include