commit 543d03478d80440ee344252078c9da6d86f13c39
parent f53777adfd221b9774d53741691b4dc93ae7f139
Author: Sebastian <sebastian@sebsite.pw>
Date: Fri, 6 May 2022 22:47:13 -0400
Makefile: don't suppress output of rm in clean
Signed-off-by: Sebastian <sebastian@sebsite.pw>
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 docs/hare.1 docs/haredoc.1
+ rm -rf .cache .bin docs/hare.1 docs/haredoc.1
check: .bin/hare-tests
@./.bin/hare-tests