summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 11:26:42 -0500
committerJeff Carr <[email protected]>2025-10-03 11:26:42 -0500
commita5d97f935848e21130bf8f1c63d366f79f5f9a5e (patch)
treed33f46fbdd3071c341c88cd70b62e49ac6e88a70 /Makefile
parentd39cf6292236545524f3226d58b2fcf765f8972c (diff)
fix --versionv0.5.15
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3931172..46aacad 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)
simple: test
# make -C example clean simpleMutexGlobal goimports vet