contiki/examples/webserver/Makefile

8 lines
121 B
Makefile
Raw Normal View History

all: webserver-example
APPS=webserver
CONTIKI = ../..
include $(CONTIKI)/Makefile.include
webserver-example.$(TARGET):