changeset 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 4b5ed1419a98
children 683eec730d81
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ jre21jars: src/main/java/org/monetdb/jdb
 	rm -rf build
 
 test: all
-	cd tests; ant  -f build.xml test
+	cd tests; ant -f build.xml test
 
 testsjar:
 	cd tests; ant -f build.xml jar_jdbctests