Simplifying compilation.

This commit is contained in:
Deathsbreed 2014-10-08 19:46:24 -05:00
parent 79db9987d5
commit dd8d5ab7a0
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This program was made as a personal project to learn Java network programming. T
###Compiling ###Compiling
To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command: To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command:
``` ```
$ ant jar $ ant
``` ```
###Contributing ###Contributing

View File

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