osd-contiki/examples/antelope/netdb/Makefile

9 lines
162 B
Makefile
Raw Normal View History

CONTIKI = ../../../
APPS += antelope
2012-01-10 11:25:18 +01:00
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
SMALL = 1
all: netdb-client netdb-server
include $(CONTIKI)/Makefile.include