osd-contiki/examples/rime/Makefile

9 lines
213 B
Makefile
Raw Normal View History

CONTIKI = ../..
2007-03-30 01:50:51 +02:00
ifndef TARGET
TARGET=netsim
endif
all: test-abc test-meshroute test-collect test-trickle test-polite \
2007-05-15 10:09:21 +02:00
test-rudolph0 test-rudolph1 test-rudolph2 test-rucb
include $(CONTIKI)/Makefile.include