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 d0b6b1f commit 8648b37Copy full SHA for 8648b37
1 file changed
Makefile
@@ -8,10 +8,6 @@ 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