Skip to content

Commit 8648b37

Browse files
committed
Revert "chore: update Makefile"
This reverts commit 1412f7a.
1 parent d0b6b1f commit 8648b37

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ 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-
1511
.PHONY: build-local
1612
build-local:
1713
go build -o ${DIST_DIR}/${BIN_NAME}

0 commit comments

Comments
 (0)