diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |
