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