renamed rule for test to inf as it plays forever, when the program crashes and new insteance if started up, test is reserved for manual testing

master
melvin 2011-09-18 15:11:27 +08:00
parent 5d1ed3c368
commit f1e3c7aa06
1 changed files with 4 additions and 1 deletions

View File

@ -150,8 +150,11 @@ jar: $(MAG)
%.g: $(MAG)
$(JAVA) -DrndSeed=$* magic.MagicMain |& tee $*.log
inf: $(MAG)
-while true; do make `date +%H%M%S`.t; done
test: $(MAG)
-while true; do make `date +%s`.t; done
-make `date +%H%M%S`.g
%.t: $(MAG)
echo `hg id -n` > $*.log