diff --git a/makefile b/makefile index f62fcb2346..5b793c169a 100755 --- a/makefile +++ b/makefile @@ -1268,11 +1268,6 @@ clean-current: .PHONY: clean clean: - @echo "removing $(build)" - rm -rf $(build) - -.PHONY: clean-all -clean-all: @echo "removing build" rm -rf build