mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-07 02:05:33 +00:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
CONTIKI = ../..
|
|
ifndef TARGET
|
|
TARGET=z1
|
|
endif
|
|
|
|
all: test-phidget blink
|
|
|
|
include $(CONTIKI)/Makefile.include
|