mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-08 23:08:29 +00:00
7 lines
170 B
Makefile
7 lines
170 B
Makefile
CONTIKI = ../..
|
|
APPS = rudolph
|
|
all: test-abc test-meshroute test-treeroute test-trickle test-uabc \
|
|
test-rudolph0 test-rudolph1
|
|
|
|
include $(CONTIKI)/Makefile.include
|