diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 05:06:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 05:06:08 -0600 |
| commit | 5005edc9e37cb207f6c6035ea6fe3c3d98d94caa (patch) | |
| tree | 2ef2a0ba9fa27a2ced91572261170a93fdb5c3c6 /Makefile | |
| parent | 250f1c756881c04720b277bbe1e56ece4988c88f (diff) | |
add a 'app' defined default plugin variablev0.22.22
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,14 +1,17 @@ -all: goimports vet +all: @echo - @echo This is the core gui package 'go.wit.com/gui/gui' + @echo This is the core GUI package 'go.wit.com/gui' @echo - @echo It creates a binary tree of widgets - @echo The widgets are things like Windows, Buttons, Labels, etc + @echo "It creates a binary tree of widgets (Windows, Buttons, etc)" + @echo "This is the interface to the GUI GO plugin (ncurses, GTK, etc)" @echo + @echo "todo: rewrite this using protobufs" + @echo + @make goimports vet vet: @GO111MODULE=off go vet - @echo go vet: this go library package builds okay + @echo go vet: this go library should build okay goimports: goimports -w *.go |
