summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5894c3e..62e76ba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
PASSWORD=123456
all:
- echo Use ant for building the sources
+ @echo Use ant for building the sources
+ @echo This Makefile is only for testing purposes
sslclientrun:
java \
-Djavax.net.ssl.keyStore=./SSL/clientKeys \