2007-03-20 12:21:17 +00:00
|
|
|
CONTIKI = ../..
|
2010-12-14 10:07:28 +00:00
|
|
|
|
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 \
|
2010-12-14 10:07:28 +00:00
|
|
|
example-runicast example-unicast example-neighbors
|
2007-03-20 12:21:17 +00:00
|
|
|
|
2014-11-12 09:18:29 +00:00
|
|
|
CONTIKI_WITH_RIME = 1
|
2007-03-20 12:21:17 +00:00
|
|
|
include $(CONTIKI)/Makefile.include
|