nes-proj/examples/rime/Makefile

9 lines
189 B
Makefile
Raw Normal View History

CONTIKI = ../..
2007-03-29 23:50:51 +00:00
ifndef TARGET
TARGET=netsim
endif
2007-03-21 23:24:24 +00:00
all: test-abc test-meshroute test-treeroute test-trickle test-uabc \
test-rudolph0 test-rudolph1
include $(CONTIKI)/Makefile.include