commit 7a5c0a765fa63e95e62edc58fdc644cb5037189e
parent 0a1ec4fad59143e00112429f242db8700c9f9a24
Author: Alexey Yerin <yyp@disroot.org>
Date: Wed, 27 Apr 2022 22:35:43 +0300
Makefile: clean out generated manpages
Signed-off-by: Alexey Yerin <yyp@disroot.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -89,7 +89,7 @@ docs/haredoc.1: docs/haredoc.scd
docs: docs/hare.1 docs/haredoc.1
clean:
- @rm -rf .cache .bin
+ @rm -rf .cache .bin docs/hare.1 docs/haredoc.1
check: .bin/hare-tests
@./.bin/hare-tests