mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-08 03:31:21 +00:00
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…
x
Reference in New Issue
Block a user