From 5005edc9e37cb207f6c6035ea6fe3c3d98d94caa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Jan 2025 05:06:08 -0600 Subject: add a 'app' defined default plugin variable --- Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3adf833..83bbf8d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3