From 6d6ef0371028f4a8805d99657cb0e4a9f31c387a Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Wed, 8 Oct 2014 19:47:21 -0500 Subject: [PATCH] Simplifying comilation. --- README.md | 2 +- build.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4df73..98dc768 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a very simple project, it was made for educational purposes (hence why i ###Compiling 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 diff --git a/build.xml b/build.xml index 1fd4d83..23fb771 100644 --- a/build.xml +++ b/build.xml @@ -22,4 +22,6 @@ + +