From dd8d5ab7a0e2ce065e48ca0849509094afd67e9d Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Wed, 8 Oct 2014 19:46:24 -0500 Subject: [PATCH] Simplifying compilation. --- README.md | 2 +- build.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f75df01..dba2292 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This program was made as a personal project to learn Java network programming. T ###Compiling To compile the source code, make sure you have JDK and Apache Ant installed. Then run the following command: ``` -$ ant jar +$ ant ``` ###Contributing diff --git a/build.xml b/build.xml index 988a1cd..9ed4a74 100644 --- a/build.xml +++ b/build.xml @@ -28,4 +28,6 @@ + +