add target to upload binary

This commit is contained in:
ehouse 2006-03-04 06:09:42 +00:00
parent 091f8ca2e3
commit b91ad07b03

View file

@ -136,7 +136,9 @@ $(OBJDIR)/xwords4.rc.o : xwords4.rc $(INCLUDES)
SHIP: $(TARGET)
$(STRIP) $<
ifdef WINCE_UPLOAD_LOC
cp $< $(WINCE_UPLOAD_LOC)
zip $<.zip $<
scp $<.zip $(WINCE_UPLOAD_LOC)
scp $< $(WINCE_UPLOAD_LOC)
endif
test: