mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
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
|