From e36beef57bab34d1c63d7c078fbdffb1e91a608c Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Wed, 22 Jun 2022 13:08:29 -0700 Subject: [PATCH] clean txt too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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