Update 0_Compilation-Instructions.md

`make -j`  is the preferred way.
This commit is contained in:
Iceman 2021-07-09 13:14:02 +02:00 committed by GitHub
commit 50264dcbf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ git pull
## Clean and compile everything ## Clean and compile everything
```sh ```sh
make clean && make all make clean && make -j
``` ```
### if you got an error ### if you got an error