mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
Fix formatting of CMake reset instructions in README
This commit is contained in:
parent
1848accdb7
commit
423a9f5fca
|
|
@ -67,9 +67,11 @@ To fully reset the CMake configuration (removes cache + generated Makefiles):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rm -rf CMakeCache.txt CMakeFiles cmake_install.cmake Makefile
|
rm -rf CMakeCache.txt CMakeFiles cmake_install.cmake Makefile
|
||||||
# Then re-run: cmake . && make -j$(nproc)
|
|
||||||
```
|
```
|
||||||
|
then re-run:
|
||||||
|
```
|
||||||
|
cmake . && make -j$(nproc)
|
||||||
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue