modified: Makefile

This commit is contained in:
wenz-jam 2023-11-18 22:42:12 +08:00
parent e6c65e0d78
commit 1147a5d217

View file

@ -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: