Skip to content

Commit 58443a8

Browse files
ncdcxrstf
authored andcommitted
UPSTREAM: <carry>: make: add tools target
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
1 parent a54c7b7 commit 58443a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ $(GOLANGCI_LINT): .github/workflows/golangci-lint.yml # Download golanci-lint us
7777
-b $(TOOLS_BIN_DIR) \
7878
$(shell cat .github/workflows/golangci-lint.yml | grep version | sed 's/.*version: //')
7979

80+
.PHONY: tools
81+
tools: $(GO_APIDIFF) $(CONTROLLER_GEN) $(GOLANGCI_LINT)
82+
8083
## --------------------------------------
8184
## Linting
8285
## --------------------------------------

0 commit comments

Comments
 (0)