osd-contiki/regression-tests/23-rpl-non-storing/code/Makefile

8 lines
162 B
Makefile
Raw Normal View History

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