Add clean repository guide
This commit is contained in:
parent
3f94468d0b
commit
1e2d549182
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Reference in a new issue