osd-contiki/examples/sky/Makefile
2008-05-29 20:30:44 +00:00

15 lines
318 B
Makefile

CONTIKI = ../..
ifndef TARGET
TARGET=sky
endif
all: blink sky-collect #rt-leds test-button test-cfs tcprudolph0
%.tgz: %.ihex
mkdir $(basename $<) ; \
mv $< $(basename $<) ; \
echo $(basename $<)/$(basename $<).ihex 600 > $(basename $<)/runfile ; \
tar czf $@ $(basename $<)
include $(CONTIKI)/Makefile.include