contiki/examples/z1/Makefile

9 lines
108 B
Makefile
Raw Normal View History

2010-08-27 12:51:41 +00:00
CONTIKI = ../..
ifndef TARGET
TARGET=z1
endif
all: test-phidget blink
include $(CONTIKI)/Makefile.include