From 1147a5d217fbe7fd551d12cdc5ee69e5b47ce3bd Mon Sep 17 00:00:00 2001 From: wenz-jam Date: Sat, 18 Nov 2023 22:42:12 +0800 Subject: [PATCH] modified: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f113a2..7bbd870 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endef # prototype: git_commit(msg) define git_commit -@flock $(LOCK_DIR) $(MAKE) -C $(YSYX_HOME) .git_commit MSG='$(1)' - -@sync + -@sync $(LOCK_DIR) endef .git_commit: