Removed redundant targets

This commit is contained in:
adamdunkels 2008-05-29 20:30:44 +00:00
parent cbca96c545
commit 199a14150b
3 changed files with 6 additions and 20 deletions

View file

@ -3,11 +3,12 @@ ifndef TARGET
TARGET=sky
endif
#APPS=rudolph
all: blink sky-collect #rt-leds test-button test-cfs tcprudolph0
serialdump:
$(SERIALDUMP) -b115200 /dev/com$(firstword $(CMOTES)) | $(CONTIKI)/tools/timestamp | tee serialdump-`date +%Y%m%d-%H%M`
%.tgz: %.ihex
mkdir $(basename $<) ; \
mv $< $(basename $<) ; \
echo $(basename $<)/$(basename $<).ihex 600 > $(basename $<)/runfile ; \
tar czf $@ $(basename $<)
include $(CONTIKI)/Makefile.include