nes-proj/examples/rime/Makefile

9 lines
213 B
Makefile
Raw Normal View History

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