Skip to content

Commit

Permalink
fix: ensure subsequent calls of "make clean" succeed (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator authored Jul 26, 2024
1 parent 14f89f0 commit 4590c8c
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 @@ -225,8 +225,8 @@ push: ## Docker push to PREFIX and TAG

.PHONY: clean
clean: ## Remove nginx-ingress binary
-rm nginx-ingress
-rm -r dist
-rm -f nginx-ingress
-rm -rf dist

.PHONY: deps
deps: ## Add missing and remove unused modules, verify deps and download them to local cache
Expand Down

0 comments on commit 4590c8c

Please sign in to comment.