summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-25 18:38:47 -0600
committerJeff Carr <[email protected]>2024-02-25 18:38:47 -0600
commit3e2805017e0f21b462eca2002690b68744127800 (patch)
tree90f8a50fca62d660b42f3b1caf1b10c1ca74ed27 /Makefile
parent42048ba99741827972a60a88b8ad03c6a0e4e801 (diff)
print a simple text colsole banner on init()
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),)