osd-contiki/examples/rime/Makefile
2007-03-29 23:50:51 +00:00

9 lines
189 B
Makefile

CONTIKI = ../..
ifndef TARGET
TARGET=netsim
endif
all: test-abc test-meshroute test-treeroute test-trickle test-uabc \
test-rudolph0 test-rudolph1
include $(CONTIKI)/Makefile.include