Simplifying comilation.

This commit is contained in:
Deathsbreed 2014-10-08 19:47:21 -05:00
parent b5d0d55290
commit 6d6ef03710
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This is a very simple project, it was made for educational purposes (hence why i
###Compiling ###Compiling
To compile make sure you have JDK and Apache Ant installed. Then run the following command in the root directory of the project: To compile make sure you have JDK and Apache Ant installed. Then run the following command in the root directory of the project:
``` ```
$ ant jar $ ant
``` ```
###Contributing ###Contributing

View File

@ -22,4 +22,6 @@
</manifest> </manifest>
</jar> </jar>
</target> </target>
<target name="main" depends="jar" />
</project> </project>