diff --git a/makefile b/makefile index 1dd25da9a6..8a3b4a7e81 100755 --- a/makefile +++ b/makefile @@ -1278,11 +1278,6 @@ clean-current: .PHONY: clean clean: - @echo "removing $(build)" - rm -rf $(build) - -.PHONY: clean-all -clean-all: @echo "removing build" rm -rf build