From 3588440aed55e81864c1afd2d96d6b037242befd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 8 Jul 2025 17:13:58 -0500 Subject: add /update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0612c1c..a40c4b3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: build VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d) +BUILDTIME = $(shell date +%Y.%m.%d_%H%M) all: build @echo "make build # build" -- cgit v1.2.3