# 清理

#### 检查清单

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

* 已安装 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smallso.gitbook.io/vector/clean.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
