mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
9 lines
265 B
Makefile
9 lines
265 B
Makefile
CONTIKI = ../..
|
|
|
|
all: example-abc example-mesh example-collect example-trickle example-polite \
|
|
example-rudolph1 example-rudolph2 example-rucb \
|
|
example-runicast example-unicast example-neighbors
|
|
|
|
CONTIKI_WITH_RIME = 1
|
|
include $(CONTIKI)/Makefile.include
|