mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
8 lines
162 B
Makefile
8 lines
162 B
Makefile
all: sender-node receiver-node root-node
|
|
CONTIKI=../../..
|
|
|
|
CFLAGS+=-DPROJECT_CONF_H=\"project-conf.h\"
|
|
|
|
CONTIKI_WITH_IPV6 = 1
|
|
include $(CONTIKI)/Makefile.include
|