git » homepage.git » commit 8ef1cb8

makefile

author Alan Dipert
2025-10-08 05:15:47 UTC
committer Alan Dipert
2025-10-08 05:15:47 UTC
parent 88fb7a7ee7f2aed523310b11e4cf76fba1c24c76

makefile

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 9e5a536..957f3f3 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ help:
 	@echo '  (deploy refuses to run with a dirty git worktree)'
 
 check-git-clean:
-	if [ -n "$$(git status --porcelain)" ]; then \
+	@if [ -n "$$(git status --porcelain)" ]; then \
 		echo 'Refusing to build: git worktree has uncommitted changes.'; \
 		git status --short; \
 		exit 1; \