summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-02 15:58:56 -0600
committerJeff Carr <[email protected]>2024-03-02 15:58:56 -0600
commit6fd65592037cfd4d4843249d201863e9ff1df61a (patch)
tree7ceb6c7d994d394bcb577223774dbbce972eb5c3 /Makefile
parentdc4924306dc9ce261a2d9221a1974d79a27b0675 (diff)
cleanup files/ after packagingv0.21.3
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