You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ all: build
87
87
## --------------------------------------
88
88
89
89
.PHONY: binaries
90
-
binaries: $(CONTROLLER_GEN KUSTOMIZE)$(GOLANGCI_LINT)$(STATIC_CHECK)$(GINKGO_V1)$(GINKGO_V2)$(MOCKGEN)$(KUSTOMIZE) managers # Builds and installs all binaries
90
+
binaries: $(CONTROLLER_GEN)$(GOLANGCI_LINT)$(STATIC_CHECK)$(GINKGO_V1)$(GINKGO_V2)$(MOCKGEN)$(KUSTOMIZE) managers # Builds and installs all binaries
0 commit comments