8 lines
167 B
Makefile
8 lines
167 B
Makefile
CONTIKI_PROJECT = hello-world blink-hello timer-test sensors-demo
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../..
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|