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
|