2007-03-20 13:21:17 +01:00
|
|
|
CONTIKI = ../..
|
2007-03-30 01:50:51 +02:00
|
|
|
ifndef TARGET
|
|
|
|
TARGET=netsim
|
|
|
|
endif
|
2008-01-25 19:00:50 +01:00
|
|
|
all: example-abc example-mesh example-collect example-trickle example-polite \
|
|
|
|
example-rudolph0 example-rudolph1 example-rudolph2 example-rucb \
|
|
|
|
example-ruc example-uc
|
2007-03-20 13:21:17 +01:00
|
|
|
|
|
|
|
include $(CONTIKI)/Makefile.include
|