summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 11:27:01 -0500
committerJeff Carr <[email protected]>2025-10-03 11:27:01 -0500
commit86b16da2e3f94dc0999447d3ed41f459dcbc6a3a (patch)
tree5d00eea14ebdf5cc1a2626815b5106da7668c538 /Makefile
parent5e8fab62dc79d50e1d4b447db9f6a70bcd14da42 (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1629ba..052bb4a 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)
default: install
regex clean