From f463d4c1a550c4b3dfc0be362f0b0a723a88122d Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Mon, 29 Nov 2021 00:12:42 +0100 Subject: Improve Java wrapper: add all tests, link correct libraries, use Maven, add Makefile & GitHub workflow. Fix make clean targets. --- wrappers/python/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wrappers/python') diff --git a/wrappers/python/Makefile b/wrappers/python/Makefile index 77c620e..690901f 100644 --- a/wrappers/python/Makefile +++ b/wrappers/python/Makefile @@ -6,3 +6,6 @@ compile: test: $(MAKE) -C ../../exports python3 -m unittest test_discovery + +clean: + # Nothing to do -- cgit v1.2.3