mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
9 lines
215 B
Makefile
9 lines
215 B
Makefile
CONTIKI = ../..
|
|
ifndef TARGET
|
|
TARGET=netsim
|
|
endif
|
|
all: test-abc test-meshroute test-treeroute test-trickle test-polite \
|
|
test-rudolph0 test-rudolph1 test-rudolph2 test-rucb
|
|
|
|
include $(CONTIKI)/Makefile.include
|