From 0b1650e7ad21ab9cf44301c753909589dfe2dcd8 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 28 Nov 2007 12:33:14 -0500 Subject: Add ipa-python to maintainer-clean and clean up .pyc files --- ipa-python/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipa-python') 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)) -- cgit