mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-23 05:29:54 +00:00
12ea1bd492
Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com>
10 lines
170 B
Makefile
10 lines
170 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
CONTIKI_PROJECT = test-rtcc
|
|
|
|
TARGET = zoul
|
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../../../..
|
|
include $(CONTIKI)/Makefile.include
|