summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-14 22:16:14 -0600
committerJeff Carr <[email protected]>2024-12-14 22:16:14 -0600
commitdaca292a124bcd8e7074a9192290868bf2ea4693 (patch)
tree052e70f9e3aab66284a40ca0ccc31c0f561c1079 /Makefile
parent2edbef24dc4459649f49ce29565ebe3ac405a8ec (diff)
actually fucking show the plugin path that worksv0.22.14
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b37bb3f..3adf833 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,12 @@
-all:
+all: goimports vet
@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
+
+vet:
@GO111MODULE=off go vet
@echo go vet: this go library package builds okay