Added default targets and removed certain C flags.

This commit is contained in:
Nicolas Tsiftes 2012-06-04 20:02:23 +02:00
parent 23cfc77218
commit e84d6fc665
2 changed files with 5 additions and 1 deletions

View file

@ -3,4 +3,6 @@ APPS += antelope
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
SMALL = 1
all: netdb-client netdb-server
include $(CONTIKI)/Makefile.include

View file

@ -2,7 +2,9 @@ CONTIKI = ../../../
APPS += antelope unit-test
CFLAGS += -Wall -g -DPROJECT_CONF_H=\"project-conf.h\"
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
SMALL = 1
all: shell-db
include $(CONTIKI)/Makefile.include