commit f6025ca6c8cb9d0bc8aafca570a913a0a56c6dc8
parent 91281c0fe4153db8cfbf45cb183f62f6e61488b8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Feb 2022 11:29:17 +0100
htrdr: add the *.err file to the clean Makefile target
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htrdr/Makefile b/htrdr/Makefile
@@ -98,7 +98,7 @@ build_all: $(HTML) man
clean:
rm -rf man
- rm -f .sig .chk .man $(HTML)
+ rm -f .sig .chk .man $(HTML) $(HTML:=.err)
distclean: clean
rm -f \