summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 04:42:36 -0500
committerJeff Carr <[email protected]>2025-10-03 04:42:36 -0500
commit7be655b964eca1ce0c725e43cab8c0596f894b07 (patch)
treeeac4fd754417e3a9b2c570366cda995b7cf55731
parent5f7d925c308e385fc15b3f8e438248fb36d75769 (diff)
new datestamp
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97a82ea..a510d35 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)
# make build # go build using your git cloned repos (GO111MODULE=off)
# make install # go install using your git cloned repos (GO111MODULE=off)