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, 2 insertions, 1 deletions
diff --git a/ipa-python/Makefile b/ipa-python/Makefile
index 131604578..4ac027e14 100644
--- a/ipa-python/Makefile
+++ b/ipa-python/Makefile
@@ -13,9 +13,10 @@ install:
fi
clean:
- rm -f *~ *.pyc setup.py ipa-python.spec version.py
+ rm -f *~ *.pyc
distclean: clean
+ rm -f setup.py ipa-python.spec version.py
maintainer-clean: distclean
rm -rf build