summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 15:35:27 -0600
committerJeff Carr <[email protected]>2024-12-04 15:35:27 -0600
commit5846d5e4affbb2c2a220453a3de3c335b43cd2d6 (patch)
tree91aee00b4965e12d38bbfaf4488dcb1535e0ca42 /Makefile
parentf888dab0f223ae4b41de232e941a62a46f978309 (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9465d14..2bb0261 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-run: vet build
+run: goimports vet install
vet:
@GO111MODULE=off go vet