From 61ea4d6ca1f8d3a8c50f7c5ee7622542ac7740cb Mon Sep 17 00:00:00 2001 From: Xu Wang <59418106+xwang1498@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:02:16 -0500 Subject: [PATCH] add generated manpage to makefile clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3884f7..2099eda 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ install-man: disk-filltest.1.gz $(INSTALL) -m 0644 -t "$(DESTDIR)/$(man1dir)" -D disk-filltest.1.gz clean: - $(RM) -f disk-filltest + $(RM) -f disk-filltest disk-filltest.1.gz