6 lines
155 B
Makefile
6 lines
155 B
Makefile
CONTIKI = ../..
|
|
all: test-abc test-meshroute test-treeroute test-trickle test-uabc \
|
|
test-rudolph0 test-rudolph1
|
|
|
|
include $(CONTIKI)/Makefile.include
|