2007-03-20 13:21:17 +01:00
|
|
|
CONTIKI = ../..
|
2010-12-14 11:07:28 +01:00
|
|
|
|
2008-01-25 19:00:50 +01:00
|
|
|
all: example-abc example-mesh example-collect example-trickle example-polite \
|
2015-03-24 08:28:25 +01:00
|
|
|
example-rudolph1 example-rudolph2 example-rucb \
|
2010-12-14 11:07:28 +01:00
|
|
|
example-runicast example-unicast example-neighbors
|
2007-03-20 13:21:17 +01:00
|
|
|
|
2014-11-12 10:18:29 +01:00
|
|
|
CONTIKI_WITH_RIME = 1
|
2007-03-20 13:21:17 +01:00
|
|
|
include $(CONTIKI)/Makefile.include
|