mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
Update 0_Compilation-Instructions.md
`make -j` is the preferred way.
This commit is contained in:
parent
3c31ee793d
commit
50264dcbf1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ git pull
|
|||
## Clean and compile everything
|
||||
|
||||
```sh
|
||||
make clean && make all
|
||||
make clean && make -j
|
||||
```
|
||||
|
||||
### if you got an error
|
||||
|
|
Loading…
Reference in a new issue