mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Added default targets and removed certain C flags.
This commit is contained in:
parent
23cfc77218
commit
e84d6fc665
@ -3,4 +3,6 @@ APPS += antelope
|
||||
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
||||
SMALL = 1
|
||||
|
||||
all: netdb-client netdb-server
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user