nes-proj/examples/NES-cooja-exercises/Makefile

7 lines
108 B
Makefile

CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
include $(CONTIKI)/Makefile.include