osd-contiki/examples/rime/Makefile
2008-07-03 21:52:25 +00:00

10 lines
275 B
Makefile

CONTIKI = ../..
ifndef TARGET
TARGET=netsim
endif
all: example-abc example-mesh example-collect example-trickle example-polite \
example-rudolph0 example-rudolph1 example-rudolph2 example-rucb \
example-runicast example-unicast
include $(CONTIKI)/Makefile.include