summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 10:03:01 -0500
committerJeff Carr <[email protected]>2025-10-03 10:03:01 -0500
commitafc968adee2f691595ca709cd0ca8a84b7da060f (patch)
treea028ce4928ab96e0c33b02fdbd6730d81627ed7c /Makefile
parent071b451c9840010e648c673ddca36d4f4cdb724c (diff)
--version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77bb4bd..64c9547 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
VERSION = $(shell git describe --tags)
-BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
+BUILDTIME = $(shell date +%s)
run: install
go-mod-clean --version