7 lines
145 B
Makefile
7 lines
145 B
Makefile
|
CONTIKI_PROJECT = hello-world blink-hello timer-test sensors-demo
|
||
|
|
||
|
all: $(CONTIKI_PROJECT)
|
||
|
|
||
|
CONTIKI = ../..
|
||
|
include $(CONTIKI)/Makefile.include
|