nes-proj/examples/libs/stack-check/Makefile

8 lines
152 B
Makefile
Raw Normal View History

2017-11-22 17:48:39 +00:00
CONTIKI_PROJECT = example-stack-check
all: $(CONTIKI_PROJECT)
PLATFORMS_EXCLUDE = native cooja
2017-11-22 17:48:39 +00:00
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include