diff options
| author | Jeff Carr <[email protected]> | 2024-02-17 14:21:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-17 14:21:25 -0600 |
| commit | 337a55eaac4ffc516c26286b04b039533adb157d (patch) | |
| tree | 9c4b676c255e2bfeb7c502105d6a60deaef2c29c /Makefile | |
| parent | fd7abef300fe3d547bd383843c76268a44ba5184 (diff) | |
start thinking further about exact layouts & views
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ all: @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),) @echo @echo If you are compiling this here, you probably want to set GO111MODULE |
