From 5addc3fa00be1ac2017bd1a5ab1ecba4f73ce1da Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Thu, 25 Nov 2021 15:02:33 +0100 Subject: Add Python wrapper --- wrappers/python/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wrappers/python/Makefile (limited to 'wrappers/python/Makefile') diff --git a/wrappers/python/Makefile b/wrappers/python/Makefile new file mode 100644 index 0000000..53d1375 --- /dev/null +++ b/wrappers/python/Makefile @@ -0,0 +1,7 @@ +.PHONY: compile test + +compile: + ./discovery.py + +test: + ./test_discovery.py -- cgit v1.2.3