mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-10 11:07:03 +00:00
docs: add instructions to hard reset builddir
This commit is contained in:
parent
57ed1aab14
commit
35b0781f47
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue