Skip to content

Commit 1412f7a

Browse files
committed
chore: update Makefile
1 parent e781f48 commit 1412f7a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ WATCHER_NAME=watcher
88
HOST_OS=$(shell go env GOOS)
99
HOST_ARCH=$(shell go env GOARCH)
1010

11+
.PHONY: vet
12+
vet:
13+
go vet ./...
14+
1115
.PHONY: build-local
1216
build-local:
1317
go build -o ${DIST_DIR}/${BIN_NAME}

0 commit comments

Comments
 (0)