Skip to content

Commit

Permalink
Add the make clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
jwendell authored and istio-testing committed Oct 8, 2024
1 parent 8e10ad5 commit 68c6585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ docker-buildx: build-all ## Build and push docker image with cross-platform supp
docker buildx rm project-v4-builder
rm Dockerfile.cross

clean: ## Cleans all the intermediate files and folders previously generated.
rm -rf $(REPO_ROOT)/out

##@ Deployment

.PHONY: verify-kubeconfig
Expand Down

0 comments on commit 68c6585

Please sign in to comment.