Skip to content

Commit d09c61e

Browse files
Update Makefile
Co-authored-by: Stefan Büringer <[email protected]>
1 parent bb84172 commit d09c61e

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
@@ -95,6 +95,7 @@ $(GOLANGCI_LINT): # Build golangci-lint from tools folder.
9595
GO_MOD_CHECK_DIR := $(abspath ./hack/tools/cmd/gomodcheck)
9696
GO_MOD_CHECK := $(abspath $(TOOLS_BIN_DIR)/gomodcheck)
9797
GO_MOD_CHECK_IGNORE := $(abspath ./hack/.gomodcheck.yaml)
98+
.PHONY: $(GO_MOD_CHECK)
9899
$(GO_MOD_CHECK): # Build gomodcheck
99100
go build -C $(GO_MOD_CHECK_DIR) -o $(GO_MOD_CHECK)
100101

0 commit comments

Comments
 (0)