Makefile with default TARGET sky for the sky examples
This commit is contained in:
parent
24735fb776
commit
a12359cb5d
10
examples/sky/Makefile
Normal file
10
examples/sky/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
CONTIKI = ../..
|
||||||
|
ifndef TARGET
|
||||||
|
TARGET=sky
|
||||||
|
endif
|
||||||
|
|
||||||
|
APPS=rudolph
|
||||||
|
|
||||||
|
all: blink test-button test-cfs tcprudolph0
|
||||||
|
|
||||||
|
include $(CONTIKI)/Makefile.include
|
Loading…
Reference in a new issue