6 lines
135 B
Makefile
6 lines
135 B
Makefile
all: sender-node receiver-node root-node
|
|
CONTIKI=../../..
|
|
|
|
MAKE_ROUTING = MAKE_ROUTING_RPL_CLASSIC
|
|
include $(CONTIKI)/Makefile.include
|