mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
12 lines
179 B
Makefile
12 lines
179 B
Makefile
CONTIKI = ../../../
|
|
|
|
APPS += antelope unit-test
|
|
|
|
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
|
SMALL = 1
|
|
|
|
all: shell-db
|
|
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|