diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ process: mkdir build cd build cmake .. -make -j$(nproc --all) +cmake --build . -j$(nproc --all) ``` #### Dependencies |
