Simplifying comilation.
This commit is contained in:
@ -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
|
||||||
|
@ -22,4 +22,6 @@
|
|||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="main" depends="jar" />
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user