From bf8face9e2086d8e3a379afce3f9d1a7884361ea Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 10 Nov 2025 01:09:50 -0500 Subject: [PATCH] auto commit on build Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9e8443..8482ac0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ endif ifeq ($(HOST),) $(error HOST not set) endif -ifneq (`git diff`,) +ifneq ($(shell git diff),) git add . git commit -m "auto commit on build" -m "`PAGER=cat git diff --name-only --cached`" endif