summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-31 13:24:48 -0600
committerJeff Carr <[email protected]>2024-12-31 13:24:48 -0600
commit7f8cdac6fad06a548997f9bb1fbdc6507836efb0 (patch)
treec73c4379d043e5b0786ba2ce65b7261a2b2901a5 /Makefile
parent2c6dc806efb2443daa82948482b1b1e313936716 (diff)
stub in a show git refs() function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cc1786..f017f12 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = $(shell git describe --tags)
GUIVERSION = $(shell git describe --tags)
-BUILDTIME = $(shell date +%s)
+BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
all: build