osd-contiki/examples/sky/Makefile

14 lines
278 B
Makefile

CONTIKI = ../..
ifndef TARGET
TARGET=sky
endif
#APPS=rudolph
all: blink test-button test-cfs tcprudolph0
serialdump:
$(SERIALDUMP) -b115200 /dev/com$(firstword $(CMOTES)) | $(CONTIKI)/tools/timestamp | tee serialdump-`date +%Y%m%d-%H%M`
include $(CONTIKI)/Makefile.include