mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
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
|