From 8f9b66f6c8565f08e18098e330dfe73c22592b9f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 19 Dec 2024 10:31:42 -0600 Subject: blobby --- going2git/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'going2git') diff --git a/going2git/Makefile b/going2git/Makefile index 1e8c9f8..07bcba5 100644 --- a/going2git/Makefile +++ b/going2git/Makefile @@ -5,7 +5,7 @@ BUILDTIME = $(shell date +%s) all: build build: goimports - GO111MODULE=off go build \ + GO111MODULE=off go build -v \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" vet: -- cgit v1.2.3