diff options
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 |
