nes-proj/examples/rime/Makefile

10 lines
265 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-ruc example-uc
include $(CONTIKI)/Makefile.include