diff --git a/Makefile b/Makefile index 26548fd9..bc004a19 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ endif .PHONY: clean clean: - rm -rf $(BUILD_DIR)/* + rm -r $(BUILD_DIR) rm -rf build rm -rf docs/build cd $(BUILD_CTX)/shipyard_client; rm -rf build