Skip to content

Commit bfd3d58

Browse files
committed
Add '.PHONY' label for 'tools' target
1 parent ca16e02 commit bfd3d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ test-env-down: ## Down and cleanup test environment.
3030
lint: tools ## Check the project with lint.
3131
@golangci-lint run --fix ./...
3232

33+
.PHONY: tools
3334
tools: ## Install all needed tools, e.g.
3435
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
3536

0 commit comments

Comments
 (0)