Add clean repository guide

This commit is contained in:
JeremyStar™ 2024-03-11 01:58:42 +01:00
parent 3f94468d0b
commit 1e2d549182

View file

@ -14,3 +14,9 @@ If you've already built this kernel or want to build it again without starting f
```bash
env BUILDTOOL_LOCALDIR=SET ./buildtool.sh
```
## Cleaning repository
To remove everything `makepkg` produced, simply run:
```bash
./cleantool.sh
```