From 41f00179573e2507ecdbbb325a4059c5e020f569 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 1 Jun 2018 23:08:44 +0200 Subject: [PATCH] Makefile: Clean more files --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3cefc78..fe23c70 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,8 @@ paperjam.1.html: paperjam.1.txt paperjam.1 clean: rm -f *.o rm -f paperjam + rm -f paperjam.1 paperjam.1.html docbook-xsl.css + rm -f *.tar.gz install: all install -d $(BINDIR) $(MANDIR)/man1 -- 2.39.2