nes-proj/examples/websocket/Makefile
2018-04-10 00:37:47 -07:00

9 lines
189 B
Makefile

CONTIKI_PROJECT = http-example websocket-example
all: $(CONTIKI_PROJECT)
CONTIKI=../..
MODULES += os/net/app-layer/http-socket
PLATFORMS_EXCLUDE = sky
include $(CONTIKI)/Makefile.include