Skip to content

Commit 275f021

Browse files
authored
Merge pull request #137 from mandelsoft/main
Remove obsolete Makefile targets from target dependency lists
2 parents f04d496 + afe97ad commit 275f021

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ go.work.sum
2727
# Downloaded and built binaries
2828
/_build/
2929
/_tools/
30+
/dist/
3031

3132
# e2e test logs and artifacts
3233
/.e2e-*
3334
.vscode
35+
.idea

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ KUSTOMIZE = $(abspath .)/$(UGET_DIRECTORY)/kustomize-$(KUSTOMIZE_VERSION)
167167
KUBECTL = $(abspath .)/$(UGET_DIRECTORY)/kubectl-$(KUBECTL_VERSION)
168168

169169
.PHONY: build-installer
170-
build-installer: manifests generate install-kustomize ## Generate a consolidated YAML with CRDs and deployment.
170+
build-installer: codegen install-kustomize ## Generate a consolidated YAML with CRDs and deployment.
171171
mkdir -p dist
172172
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
173173
$(KUSTOMIZE) build config/default > dist/install.yaml

0 commit comments

Comments
 (0)