2011-12-06 20:27:41 +01:00
|
|
|
CONTIKI = ../../../
|
|
|
|
APPS += antelope
|
2012-01-10 11:25:18 +01:00
|
|
|
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
2011-12-06 20:27:41 +01:00
|
|
|
SMALL = 1
|
|
|
|
|
2012-06-04 20:02:23 +02:00
|
|
|
all: netdb-client netdb-server
|
|
|
|
|
2014-11-12 10:18:29 +01:00
|
|
|
CONTIKI_WITH_RIME = 1
|
2011-12-06 20:27:41 +01:00
|
|
|
include $(CONTIKI)/Makefile.include
|