Mercurial > hg > monetdb-java
comparison Makefile @ 956:3b75dfdc8314
remove space
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 16 Jan 2025 14:22:52 +0100 (2 months ago) |
parents | 52508322a849 |
children |
comparison
equal
deleted
inserted
replaced
955:4b5ed1419a98 | 956:3b75dfdc8314 |
---|---|
11 rm -rf build | 11 rm -rf build |
12 ant -f build.xml -Djvm.version=21 distjdbc | 12 ant -f build.xml -Djvm.version=21 distjdbc |
13 rm -rf build | 13 rm -rf build |
14 | 14 |
15 test: all | 15 test: all |
16 cd tests; ant -f build.xml test | 16 cd tests; ant -f build.xml test |
17 | 17 |
18 testsjar: | 18 testsjar: |
19 cd tests; ant -f build.xml jar_jdbctests | 19 cd tests; ant -f build.xml jar_jdbctests |
20 | 20 |
21 doc: | 21 doc: |