osd-contiki/examples/sensinode/Makefile
2009-09-09 07:34:53 +00:00

10 lines
179 B
Makefile

ifndef TARGET
TARGET=sensinode
endif
CONTIKI_PROJECT = hello_world clock_test rf_test_rx rf_test_tx
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
include $(CONTIKI)/Makefile.include