build: added flymaple-upload target

This commit is contained in:
Andrew Tridgell 2013-09-25 15:46:55 +10:00
parent 708c603420
commit 081a481a7c

View File

@ -130,6 +130,8 @@ all: $(SKETCHELF) $(SKETCHEEP) $(SKETCHHEX)
print-%:
echo "$*=$($*)"
flymaple-upload: upload
.PHONY: upload
upload: $(SKETCHBIN)
$(LIBMAPLE_PATH)/support/scripts/reset.py && sleep 1 && $(UPLOADER) -a1 -d $(USBID) -D $(SKETCHBIN) -R