2007-03-20 12:21:17 +00:00
|
|
|
CONTIKI = ../..
|
2007-03-29 23:50:51 +00:00
|
|
|
ifndef TARGET
|
|
|
|
TARGET=netsim
|
|
|
|
endif
|
2008-01-25 18:00:50 +00:00
|
|
|
all: example-abc example-mesh example-collect example-trickle example-polite \
|
|
|
|
example-rudolph0 example-rudolph1 example-rudolph2 example-rucb \
|
2008-07-03 21:52:25 +00:00
|
|
|
example-runicast example-unicast
|
2007-03-20 12:21:17 +00:00
|
|
|
|
|
|
|
include $(CONTIKI)/Makefile.include
|