From 475e72018e18757026e50c1f80d71b630461b7ec Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Sep 2025 19:08:15 -0500 Subject: fixes for wierd package names --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e8ecd6..266aebb 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ build: goimports vet GO111MODULE="off" go build -v \ -ldflags "-X main.VERSION=${VERSION} -X main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}" -install: +install: goimports GO111MODULE="off" go install -v \ -ldflags "-X main.VERSION=${VERSION} -X main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3