summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebefe43..f46e907 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ all:
@echo It creates a binary tree of widgets
@echo The widgets are things like Windows, Buttons, Labels, etc
@echo
+ @go vet
note-about-golang:
ifeq ($(GO111MODULE),)