From 3e2805017e0f21b462eca2002690b68744127800 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 25 Feb 2024 18:38:47 -0600 Subject: print a simple text colsole banner on init() --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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),) -- cgit v1.2.3