diff options
Diffstat (limited to 'wrappers/python/Makefile')
| -rw-r--r-- | wrappers/python/Makefile | 3 |
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 |
