Skip to content

Commit 0e2a113

Browse files
v1k1nghawkopcm
authored andcommitted
docs: provide cross-platform instruction for Clean Build
1 parent 4aa392e commit 0e2a113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Install cmake (and libasan on Linux) then compile:
8383

8484
Choose **one** of the following build methods:
8585
* Incremental Build (Fastest): if you have a previous build to reuse the existing `build` directory and preserve previous build artifacts, go straight to the `cd build` step.
86-
* Clean Build (From Scratch): Run `rm -rf build && mkdir build` for your first build, or for a full rebuild to ensure a "clean state" by deleting all previous build data.
86+
* Clean Build (From Scratch): Run `cmake -E rm -rf build && cmake -E make_directory build` for your first build, or for a full rebuild to ensure a "clean state" by deleting all previous build data.
8787
```
8888
cd build
8989
cmake ..

0 commit comments

Comments
 (0)