summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-02-18 22:38:08 +0000
committerPaul Buetow <paul@buetow.org>2009-02-18 22:38:08 +0000
commit291259f22eb361acfacc2b91e252881f187ab8ec (patch)
treece27d20dd426c6bc766f46a3c054f76f2af6da06 /Makefile
parenta1267fb1830ecbca0c5e3939ab2f0cea8386c562 (diff)
Diffstat (limited to 'Makefile')
-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 \