We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e781f48 commit 1412f7aCopy full SHA for 1412f7a
1 file changed
Makefile
@@ -8,6 +8,10 @@ WATCHER_NAME=watcher
8
HOST_OS=$(shell go env GOOS)
9
HOST_ARCH=$(shell go env GOARCH)
10
11
+.PHONY: vet
12
+vet:
13
+ go vet ./...
14
+
15
.PHONY: build-local
16
build-local:
17
go build -o ${DIST_DIR}/${BIN_NAME}
0 commit comments