mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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
|
## Clean and compile everything
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
make clean && make all
|
make clean && make -j
|
||||||
```
|
```
|
||||||
|
|
||||||
### if you got an error
|
### if you got an error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue