added rule to upload to google code

master
melvin 2011-10-27 11:06:12 +08:00
parent 63b1c448de
commit ba07fd73e5
1 changed files with 8 additions and 0 deletions

View File

@ -219,6 +219,14 @@ daily: $(EXE)
-w `cat ~/Modules/notes/keys/googlecode_pw.txt` \
Magarena_`hg id -n`.exe
%.up: %
scripts/googlecode_upload.py \
-s "$^" \
-p magarena \
-u melvinzhang@gmail.com \
-w `cat ~/Modules/notes/keys/googlecode_pw.txt` \
$^
cards/scriptable.txt: scripts/analyze_cards.scala scripts/effects.txt cards/cards.xml
scala $^ > $@ 2> cards/others.txt