From 81d6cd6b74fa4b4c94ec13bf02c5b9ac768d36d6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Jan 2025 08:10:17 -0600 Subject: start using a common help library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7466598..1380f9a 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ recover: make goimports make build -build: goimports +build: GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" # autogen uses autogen to build. keep a working copy somewhere -- cgit v1.2.3