diff options
Diffstat (limited to 'ipa-python')
-rw-r--r-- | ipa-python/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipa-python/Makefile b/ipa-python/Makefile index 525875377..bad5ca5c8 100644 --- a/ipa-python/Makefile +++ b/ipa-python/Makefile @@ -17,6 +17,9 @@ clean: distclean: clean +maintainer-clean: distclean + rm -rf build + .PHONY: test test: $(subst .py,.tst,$(TESTS)) |