Fixed a typo

This commit is contained in:
Toasterbirb 2022-01-17 04:23:15 +02:00
parent 6e87178fc9
commit ce9153e2ca
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ make -j$(nproc) pong
### Run tests
```sh
make -j$(nproc= run_tests
make -j$(nproc) run_tests
```
### Installation