diff options
| author | Jeff Carr <[email protected]> | 2024-02-25 18:38:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-25 18:38:47 -0600 |
| commit | 3e2805017e0f21b462eca2002690b68744127800 (patch) | |
| tree | 90f8a50fca62d660b42f3b1caf1b10c1ca74ed27 /Makefile | |
| parent | 42048ba99741827972a60a88b8ad03c6a0e4e801 (diff) | |
print a simple text colsole banner on init()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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),) |
