Skip to content

Commit

Permalink
Makefile: local-cleanup target removes local wasm-shim binary
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Jun 12, 2024
1 parent e518710 commit 2a042c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/development-environments.mk
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ local-setup: $(KIND) ## Run local Kubernetes cluster and deploy kuadrant operato
.PHONY: local-cleanup
local-cleanup: ## Delete local cluster
$(MAKE) kind-delete-cluster
-rm -rf $(WASM_SHIM)

##@ Development Environment: bare kubernetes

Expand Down

0 comments on commit 2a042c9

Please sign in to comment.