osd-contiki/examples/z1/Makefile
2010-08-27 12:51:41 +00:00

9 lines
108 B
Makefile

CONTIKI = ../..
ifndef TARGET
TARGET=z1
endif
all: test-phidget blink
include $(CONTIKI)/Makefile.include