6 lines
148 B
Makefile
6 lines
148 B
Makefile
|
CONTIKI = ../..
|
||
|
APPS = rudolph
|
||
|
all: test-abc test-meshroute test-rudolph test-treeroute test-trickle test-uabc
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|