9 lines
108 B
Makefile
9 lines
108 B
Makefile
|
CONTIKI = ../..
|
||
|
ifndef TARGET
|
||
|
TARGET=z1
|
||
|
endif
|
||
|
|
||
|
all: test-phidget blink
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|