summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f6a655..5d2e725 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,10 @@
run: build
./go-deb --repo go.wit.com/apps/autotypist
+vet:
+ @GO111MODULE=off go vet
+ @echo this go library package builds okay
+
no-gui: build
./go-deb --no-gui --repo go.wit.com/apps/autotypist