contiki/examples/webserver/Makefile

8 lines
121 B
Makefile

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