From c23cc60000b0b469e9c55a4e489f97003a2f8395 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Nov 2024 00:07:22 -0600 Subject: [PATCH] fix build --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8511ee6..226f27a 100644 --- a/Makefile +++ b/Makefile @@ -12,15 +12,17 @@ no-gui: build ./go-clone --no-gui build: - GO111MODULE=off go build -v \ + GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: - GO111MODULE=off go install -v \ + GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" goimports: goimports -w *.go + # // to globally reset paths: + # // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" . redomod: rm -f go.*