8 lines
260 B
Makefile
8 lines
260 B
Makefile
CONTIKI = ../..
|
|
|
|
all: example-abc example-mesh example-collect example-trickle example-polite \
|
|
example-rudolph0 example-rudolph1 example-rudolph2 example-rucb \
|
|
example-runicast example-unicast example-neighbors
|
|
|
|
include $(CONTIKI)/Makefile.include
|