> For the complete documentation index, see [llms.txt](https://smallso.gitbook.io/vector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smallso.gitbook.io/vector/clean.md).

# 清理

#### 检查清单

在清理之前，您需要检查如下项目：

* 已安装 GNU Make 3.8.2 或更高版本

#### 清理

在构建目录 `vector_helper`下执行预置的 Makefile 文件以自动清理之前构建所产生的文件。

{% hint style="warning" %}
该过程不会清理预构建目录 bin/release 内的文件。
{% endhint %}

{% code title="Shell" %}

```bash
$ cd vector_helper
$ make clean
```

{% endcode %}

{% hint style="success" %}
到此，您已成功清理之前构建所产生的文件。
{% endhint %}
