osd-contiki/examples/rime/Makefile

10 lines
275 B
Makefile
Raw Normal View History

CONTIKI = ../..
2007-03-30 01:50:51 +02:00
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