nes-proj/tests/15-rpl-classic/code/Makefile

8 lines
166 B
Makefile

all: sender-node receiver-node root-node
CONTIKI=../../..
CFLAGS+=-DPROJECT_CONF_H=\"project-conf.h\"
CONTIKI_WITH_RPL_LITE = 0
include $(CONTIKI)/Makefile.include