From 41b716d64489638e14cead1b397153c69fd3539d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 15 Dec 2024 08:47:03 -0600 Subject: still testing when in 'go.work' mode --- go-clone-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go-clone-test/Makefile') diff --git a/go-clone-test/Makefile b/go-clone-test/Makefile index 181acea..1e8c9f8 100644 --- a/go-clone-test/Makefile +++ b/go-clone-test/Makefile @@ -1,6 +1,6 @@ VERSION = $(shell git describe --tags) GUIVERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d_%H%M) +BUILDTIME = $(shell date +%s) all: build -- cgit v1.2.3