diff -r 35a116258422 -r 2c45d68844bf Makefile --- a/Makefile Wed Dec 29 00:08:03 2010 +0100 +++ b/Makefile Wed Dec 29 12:02:01 2010 +0100 @@ -9,8 +9,9 @@ all: $(ALL) clean: -distclean: - rm -f $(CLEANFILES) + +distclean: clean + -rm -f $(CLEANFILES) %: %.pl