We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd9e01 + e43663b commit 4367d15Copy full SHA for 4367d15
Makefile
@@ -58,6 +58,7 @@ build: ## Build the project locally
58
59
.PHONY: install
60
install: build ## Build and install the binary with the current source code. Use it to test your changes locally.
61
+ rm -f $(GOBIN)/kubebuilder
62
cp ./bin/kubebuilder $(GOBIN)/kubebuilder
63
64
##@ Development
0 commit comments