9 lines
151 B
Makefile
9 lines
151 B
Makefile
|
CONTIKI = ../../../
|
||
|
|
||
|
APPS += antelope unit-test
|
||
|
|
||
|
CFLAGS += -Wall -g -DPROJECT_CONF_H=\"project-conf.h\"
|
||
|
SMALL = 1
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|