diff --git a/Makefile b/Makefile index c9f53f5650..e7d789db6b 100644 --- a/Makefile +++ b/Makefile @@ -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