Makefile with default TARGET sky for the sky examples

This commit is contained in:
nifi 2007-03-23 15:03:00 +00:00
parent 24735fb776
commit a12359cb5d

10
examples/sky/Makefile Normal file
View file

@ -0,0 +1,10 @@
CONTIKI = ../..
ifndef TARGET
TARGET=sky
endif
APPS=rudolph
all: blink test-button test-cfs tcprudolph0
include $(CONTIKI)/Makefile.include