added rule to run game with selfMode enabled

master
melvin 2011-07-27 11:36:20 +08:00
parent 76c7ebdfc4
commit 783fb13a7f
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ jar: $(MAG)
%.g: $(MAG)
$(JAVA) -DrndSeed=$* magic.MagicMain |& tee $*.log
%.t: $(MAG)
$(JAVA) -DrndSeed=$* -DselfMode magic.MagicMain |& tee $*.log
%.d: $(MAG)
$(JAVAEA) -DrndSeed=$* -jar $^ |& tee $*.log