Skip to content

Commit 3e3d6bd

Browse files
authored
Cleanup Makefile (#6)
1 parent 361d6b0 commit 3e3d6bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ buf: $(BUF) ## Download goimports locally if necessary.
8888
$(BUF): $(LOCALBIN)
8989
$(call go-install-tool,$(BUF),github.com/bufbuild/buf/cmd/buf,$(BUF_VERSION))
9090

91-
.PHONY: gen-crd-api-reference-docs
92-
gen-crd-api-reference-docs: $(GEN_CRD_API_REFERENCE_DOCS) ## Download gen-crd-api-reference-docs locally if necessary.
93-
$(GEN_CRD_API_REFERENCE_DOCS): $(LOCALBIN)
94-
$(call go-install-tool,$(GEN_CRD_API_REFERENCE_DOCS),github.com/ahmetb/gen-crd-api-reference-docs,$(GEN_CRD_API_REFERENCE_DOCS_VERSION))
95-
9691
# go-install-tool will 'go install' any package with custom target and name of binary, if it doesn't exist
9792
# $1 - target path with name of binary (ideally with version)
9893
# $2 - package url which can be installed

0 commit comments

Comments
 (0)