From 68bf08bd6ca9ecbb3c5c846c908cd89450fbd96e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Mar 2025 07:53:11 -0500 Subject: Unmarshal() droplets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a687c0..df73d11 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,11 @@ build: goimports vet GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -verbose: +verbose: goimports vet GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: +install: goimports vet GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3