summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43332b5..ebefe43 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
all:
+ @GO111MODULE=off go build
@echo
@echo This is the core gui package 'go.wit.com/gui/gui'
@echo
@echo It creates a binary tree of widgets
@echo The widgets are things like Windows, Buttons, Labels, etc
@echo
- @GO111MODULE=off go build
note-about-golang:
ifeq ($(GO111MODULE),)