Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 0ec5b24

Browse files
committed
🏃 Align Makefile with other CAP* repos
Signed-off-by: Vince Prignano <[email protected]>
1 parent 372c535 commit 0ec5b24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ help: ## Display this help
6969
## --------------------------------------
7070

7171
.PHONY: test
72-
test: generate fmt vet lint ## Run tests
72+
test: generate lint ## Run tests
7373
go test ./... -coverprofile cover.out
7474

7575
## --------------------------------------
7676
## Binaries
7777
## --------------------------------------
7878

7979
.PHONY: manager
80-
manager: generate fmt vet ## Build manager binary
80+
manager: generate lint ## Build manager binary
8181
go build -o bin/manager main.go
8282

8383
# Build controller-gen
@@ -217,7 +217,7 @@ clean-release: ## Remove the release folder
217217
## --------------------------------------
218218

219219
.PHONY: run
220-
run: generate fmt vet ## Run against the configured Kubernetes cluster in ~/.kube/config
220+
run: generate lint ## Run against the configured Kubernetes cluster in ~/.kube/config
221221
go run ./main.go
222222

223223
.PHONY: install

0 commit comments

Comments
 (0)