summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-08 17:13:58 -0500
committerJeff Carr <[email protected]>2025-07-08 17:19:19 -0500
commit3588440aed55e81864c1afd2d96d6b037242befd (patch)
tree332c7271795599f5b328e6122a5b9620cad37777 /Makefile
parente57f48e64994dabbd5c50173044f7d95f899c663 (diff)
add /updatev0.0.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"