nes-proj/examples/rime/Makefile

10 lines
275 B
Makefile
Raw Normal View History

CONTIKI = ../..
2007-03-29 23:50:51 +00: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