docs: add instructions to hard reset builddir
This commit is contained in:
@@ -72,6 +72,8 @@ build/Minecraft.Client
|
||||
|
||||
#### Clean
|
||||
|
||||
To perform a clean compilation:
|
||||
|
||||
```bash
|
||||
meson compile --clean -C build
|
||||
```
|
||||
@@ -82,6 +84,13 @@ meson compile --clean -C build
|
||||
meson setup build --reconfigure
|
||||
```
|
||||
|
||||
...or to hard reset the build directory:
|
||||
|
||||
```bash
|
||||
rm -rf ./build
|
||||
meson setup build
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Running
|
||||
|
||||
Reference in New Issue
Block a user