Added menu.

This commit is contained in:
Deathsbreed
2014-10-09 15:28:46 -05:00
parent c0f48964ca
commit 7b23946e44
2 changed files with 111 additions and 33 deletions

View File

@@ -24,4 +24,8 @@
</target>
<target name="main" depends="jar" />
<target name="run" depends="jar" >
<java jar="${jar.dir}/${ant.project.name}.jar" fork="true" />
</target>
</project>