nes-proj/examples/websocket/Makefile

9 lines
192 B
Makefile

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