mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
7 lines
139 B
Makefile
7 lines
139 B
Makefile
|
CONTIKI = ../../../
|
||
|
APPS += antelope
|
||
|
CFLAGS += -Wall -g -DPROJECT_CONF_H=\"project-conf.h\"
|
||
|
SMALL = 1
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|