From d6f9401f6153abeb5b5ab1df61355569fc9d5a71 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 16 Feb 2024 11:40:19 -0600 Subject: also always build here --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af5ce76..85844a9 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ all: ./helloworld gocui: + GO111MODULE=off go build -v -x ./helloworld --gui gocui >/tmp/helloworld.stdout 2>&1 goimports: -- cgit v1.2.3