From 53166669e70e442bef567e91b14cb25d8933e482 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 19 Oct 2007 09:53:27 -0400 Subject: Make distclean work again --- ipa-python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipa-python/Makefile') diff --git a/ipa-python/Makefile b/ipa-python/Makefile index b11a1f805..525875377 100644 --- a/ipa-python/Makefile +++ b/ipa-python/Makefile @@ -15,10 +15,10 @@ install: clean: rm -f *~ *.pyc +distclean: clean + .PHONY: test test: $(subst .py,.tst,$(TESTS)) %.tst: %.py python $< - - -- cgit