added rule to build release based on latest tag

master
melvin 2012-02-24 13:50:24 +08:00
parent 347c4c78e7
commit 674bd4e9ac
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ EXE:=release/Magarena.exe
all: $(MAG) $(EXE) tags
zips:
make M`hg tags | cut -d' ' -f1 | grep -v tip | head -1`
check_literals:
grep "\"" src/magic/card/* | awk -f scripts/check_literals.awk