Avoid setting GCC-specific flags here.

This commit is contained in:
Nicolas Tsiftes 2012-01-10 11:25:18 +01:00
parent b251619a2f
commit 41ad30f93a

View file

@ -1,6 +1,6 @@
CONTIKI = ../../../
APPS += antelope
CFLAGS += -Wall -g -DPROJECT_CONF_H=\"project-conf.h\"
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
SMALL = 1
include $(CONTIKI)/Makefile.include