11 lines
143 B
Makefile
11 lines
143 B
Makefile
|
CONTIKI = ../..
|
||
|
ifndef TARGET
|
||
|
TARGET=sky
|
||
|
endif
|
||
|
|
||
|
APPS=rudolph
|
||
|
|
||
|
all: blink test-button test-cfs tcprudolph0
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|