summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-11-29 00:12:42 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-11-29 00:12:42 +0100
commitf463d4c1a550c4b3dfc0be362f0b0a723a88122d (patch)
tree9b85337f1d9eda3d7070cd57d952712cfe2ae6cc /wrappers/python/Makefile
parent60658378f68cc7c67cbea2758c6aef455c115c05 (diff)
Improve Java wrapper: add all tests, link correct libraries, use Maven, add Makefile & GitHub workflow. Fix make clean targets.
Diffstat (limited to 'wrappers/python/Makefile')
-rw-r--r--wrappers/python/Makefile3
1 files changed, 3 insertions, 0 deletions
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