From 0643775c40e8726d75b2a556fd8459964169f04a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 2 Nov 2008 20:53:38 +0100 Subject: [PATCH] make clean: Remove more derived files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce55831..992246e 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ adu.1: adu adu.1.inc man2html $< | sed -e 's|^
$$|

|g' > $@ clean: - rm -f *.o adu *cmdline.c *cmdline.h + rm -f *.o adu *cmdline.c *cmdline.h adu.1 adu.1.html adu.png index.html adu.sk~ index.html: adu.1.html index.html.in INSTALL README sed -e '/@README@/,$$d' index.html.in > $@ -- 2.39.2