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