summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 01:09:41 -0500
committerJeff Carr <[email protected]>2025-09-25 01:09:41 -0500
commit5e60e8d76d84e8c58cc070102fb4fd8848159a24 (patch)
tree40a9a31e3a7fdf80112f72cfb576ad426c455cf4 /Makefile
parent8b199273e8b1c65a3f49deccb41521c28dc0225a (diff)
new autocomplete
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a4ed25..f91b50a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
VERSION = $(shell git describe --tags)
-BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
+BUILDTIME = $(shell date +%s)
+# VERSION = $(shell git describe --tags)
+# BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
run: install
go-clone --version