8 lines
152 B
Makefile
8 lines
152 B
Makefile
CONTIKI_PROJECT = example-stack-check
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
PLATFORMS_EXCLUDE = native cooja
|
|
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|