From 96460646e9ae8e33f966a2f06d8031c1b707876a Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 29 Aug 2020 22:41:27 +0200 Subject: [PATCH] build: clean some extra build artifacts. Makefile.mans creates .manpages.lst, but does not remove it. Add it to the `clean` target. Signed-off-by: Jeremy Sowden --- Makefile.mans.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.mans.in b/Makefile.mans.in index 18e82b3..63424f7 100644 --- a/Makefile.mans.in +++ b/Makefile.mans.in @@ -40,4 +40,4 @@ targets.man: .manpages.lst ${wcman_targets} $(call man_run,${wlist_targets}) clean: - rm -f xtables-addons.8 matches.man targets.man + rm -f xtables-addons.8 matches.man targets.man .manpages.lst