10 lines
184 B
Makefile
10 lines
184 B
Makefile
CONTIKI = ../../../
|
|
APPS += antelope
|
|
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
|
SMALL = 1
|
|
|
|
all: netdb-client netdb-server
|
|
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|