Skip to content

Commit eef7128

Browse files
More clean up
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 2647f1d commit eef7128

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Makefile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,6 @@ modules: ## Runs go mod to ensure proper vendoring.
183183
generate: ## Generate code
184184
$(MAKE) generate-go
185185
$(MAKE) generate-manifests
186-
# $(MAKE) generate-templates
187-
188-
# .PHONY: generate-templates
189-
# generate-templates: tools ## Generate cluster templates
190-
# $(KUSTOMIZE) build templates/no-cloud-provider --load_restrictor none > templates/cluster-template-no-cloud-provider.yaml
191-
# $(KUSTOMIZE) build templates/legacy --load_restrictor none > templates/cluster-template-legacy.yaml
192-
# $(KUSTOMIZE) build templates/crs-cni-cpem --load_restrictor none > templates/cluster-template.yaml
193186

194187
.PHONY: generate-go
195188
generate-go: tools ## Runs Go related generate targets
@@ -300,17 +293,12 @@ release-local: ## Builds the manifests for use in local development
300293
## --------------------------------------
301294

302295
.PHONY: clean
303-
clean: clean-bin clean-temporary clean-release ## Remove all generated files
296+
clean: clean-bin clean-release ## Remove all generated files
304297

305298
.PHONY: clean-bin
306299
clean-bin: ## Remove all generated binaries
307300
rm -rf bin
308301

309-
.PHONY: clean-temporary
310-
clean-temporary: ## Remove all temporary files and folders
311-
rm -f minikube.kubeconfig
312-
rm -f kubeconfig
313-
314302
.PHONY: clean-release
315303
clean-release: ## Remove the release folder
316304
rm -rf $(RELEASE_DIR)

0 commit comments

Comments
 (0)