summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: