mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 20:48:02 +01:00
add target to upload binary
This commit is contained in:
parent
091f8ca2e3
commit
b91ad07b03
1 changed files with 3 additions and 1 deletions
|
@ -136,7 +136,9 @@ $(OBJDIR)/xwords4.rc.o : xwords4.rc $(INCLUDES)
|
||||||
SHIP: $(TARGET)
|
SHIP: $(TARGET)
|
||||||
$(STRIP) $<
|
$(STRIP) $<
|
||||||
ifdef WINCE_UPLOAD_LOC
|
ifdef WINCE_UPLOAD_LOC
|
||||||
cp $< $(WINCE_UPLOAD_LOC)
|
zip $<.zip $<
|
||||||
|
scp $<.zip $(WINCE_UPLOAD_LOC)
|
||||||
|
scp $< $(WINCE_UPLOAD_LOC)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Add table
Reference in a new issue