mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +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)
|
||||
$(STRIP) $<
|
||||
ifdef WINCE_UPLOAD_LOC
|
||||
cp $< $(WINCE_UPLOAD_LOC)
|
||||
zip $<.zip $<
|
||||
scp $<.zip $(WINCE_UPLOAD_LOC)
|
||||
scp $< $(WINCE_UPLOAD_LOC)
|
||||
endif
|
||||
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue