diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-18 22:38:08 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-18 22:38:08 +0000 |
| commit | 291259f22eb361acfacc2b91e252881f187ab8ec (patch) | |
| tree | ce27d20dd426c6bc766f46a3c054f76f2af6da06 /Makefile | |
| parent | a1267fb1830ecbca0c5e3939ab2f0cea8386c562 (diff) | |
Diffstat (limited to 'Makefile')
| -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 \ |
