2007-03-20 12:21:17 +00:00
|
|
|
CONTIKI = ../..
|
2007-03-29 23:50:51 +00:00
|
|
|
ifndef TARGET
|
|
|
|
TARGET=netsim
|
|
|
|
endif
|
2007-05-22 21:04:00 +00:00
|
|
|
all: test-abc test-meshroute test-treeroute test-trickle test-polite \
|
2007-05-15 08:09:21 +00:00
|
|
|
test-rudolph0 test-rudolph1 test-rudolph2 test-rucb
|
2007-03-20 12:21:17 +00:00
|
|
|
|
|
|
|
include $(CONTIKI)/Makefile.include
|