Make distclean work again

This commit is contained in:
Rob Crittenden 2007-10-19 09:53:27 -04:00
parent d28b759e00
commit 53166669e7
2 changed files with 4 additions and 2 deletions

View File

@ -27,4 +27,6 @@ install-man:
clean:
rm -f *~ *.pyc
distclean: clean
test:

View File

@ -15,10 +15,10 @@ install:
clean:
rm -f *~ *.pyc
distclean: clean
.PHONY: test
test: $(subst .py,.tst,$(TESTS))
%.tst: %.py
python $<