summaryrefslogtreecommitdiffstats
path: root/ipa-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-python/Makefile')
-rw-r--r--ipa-python/Makefile3
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))