summaryrefslogtreecommitdiffstats
path: root/ipa-python/Makefile
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2007-11-28 12:33:14 -0500
committerRob Crittenden <rcritten@redhat.com>2007-11-28 12:33:14 -0500
commit0b1650e7ad21ab9cf44301c753909589dfe2dcd8 (patch)
treebeccce94342e77d8245e74c5a150b71c405854d6 /ipa-python/Makefile
parent2e7f629d913d775cfb285ede166d7a0f977782fe (diff)
downloadfreeipa-0b1650e7ad21ab9cf44301c753909589dfe2dcd8.tar.gz
freeipa-0b1650e7ad21ab9cf44301c753909589dfe2dcd8.tar.xz
freeipa-0b1650e7ad21ab9cf44301c753909589dfe2dcd8.zip
Add ipa-python to maintainer-clean and clean up .pyc files
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 52587537..bad5ca5c 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))