mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-17 21:09:03 +00:00
10 lines
225 B
Makefile
10 lines
225 B
Makefile
|
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
||
|
|
||
|
CONTIKI_PROJECT = openmote-demo test-timer test-adxl346 test-max44009 test-sht21
|
||
|
|
||
|
all: $(CONTIKI_PROJECT)
|
||
|
|
||
|
CONTIKI = ../..
|
||
|
CONTIKI_WITH_RIME = 1
|
||
|
include $(CONTIKI)/Makefile.include
|