nes-proj/examples/rime/Makefile

10 lines
275 B
Makefile

CONTIKI = ../..
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