diff --git a/Makefile b/Makefile index e3e4418..23d1944 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,4 @@ rsy: $(NAME).html $(NAME).txt $(RSY) $(NAME).txt $(DEST) clean: - rm -f *.html + rm -f *.html *.txt