File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Make] ( https://img.shields.io/badge/Build-Make-6D00CC?style=flat&logo=cmake&logoColor=white )] ( https://www.gnu.org/software/make/ )
44![ Platform] ( https://img.shields.io/badge/Platform-Windows%20%7C%20Linux-lightgrey?style=flat )
5- [ ![ C] ( https://img.shields.io/badge/Language-C-A8B9CC?style=flat&logo=c )] ( < https://en.wikipedia.org/wiki/C_(programming_language) > )
5+ [ ![ C] ( https://img.shields.io/badge/Language-C-A8B9CC?style=flat&logo=c )] ( https://en.wikipedia.org/wiki/C_(programming_language) )
66[ ![ C++] ( https://img.shields.io/badge/Language-C%2B%2B-00599C?style=flat&logo=cplusplus&logoColor=white )] ( https://isocpp.org/ )
77![ Status] ( https://img.shields.io/badge/Status-Stable-success?style=flat )
88
@@ -52,7 +52,7 @@ The **Makefile** fully supports parallel compilation to use multiple **CPU cores
5252make -j$( nproc) run # Linux/WSL/macOS
5353make -j8 run # Windows or fixed number (adjust to your CPU)
5454
55- # Example: build with 8 cores (rule `all` by defualt )
55+ # Example: build with 8 cores (rule `all` by default )
5656make -j8
5757
5858# Or with run
You can’t perform that action at this time.
0 commit comments