Skip to content

Commit

Permalink
Merge pull request #385 from stakater/update-makefile
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
Muneebstakater authored May 19, 2022
2 parents 2222929 + 6434175 commit 8496642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ TMP_DIR=$$(mktemp -d) ;\
cd $$TMP_DIR ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
GOBIN=$(PROJECT_DIR)/bin go get $(2) ;\
GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
rm -rf $$TMP_DIR ;\
}
endef
Expand Down Expand Up @@ -213,4 +213,4 @@ bump-chart-operator:
bump-chart: bump-chart-operator

generate-crds: controller-gen
$(CONTROLLER_GEN) crd paths="./..." output:crd:artifacts:config=charts/ingressmonitorcontroller/crds
$(CONTROLLER_GEN) crd paths="./..." output:crd:artifacts:config=charts/ingressmonitorcontroller/crds

0 comments on commit 8496642

Please sign in to comment.