diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 15:02:33 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 15:02:33 +0100 |
| commit | 5addc3fa00be1ac2017bd1a5ab1ecba4f73ce1da (patch) | |
| tree | 2f293ca68330927278310cf84eb78ed376f75f58 /wrappers/python/Makefile | |
| parent | 638edbb2ffc69fd44d547f93b43bd741ab110096 (diff) | |
Add Python wrapper
Diffstat (limited to 'wrappers/python/Makefile')
| -rw-r--r-- | wrappers/python/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
