summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-16 11:40:19 -0600
committerJeff Carr <[email protected]>2024-02-16 11:40:19 -0600
commitd6f9401f6153abeb5b5ab1df61355569fc9d5a71 (patch)
treea2d93650a2aa8aac6e02195cd16e4547aa613dca
parent66694c1a09ff2522e553d37eeb025b183dea551d (diff)
also always build herev0.21.0v0.20.8
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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: