mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 03:34:22 +08:00
make -j install fails from now, do make -j; make install
This commit is contained in:
parent
5ff9cbaac0
commit
b792d0d51b
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ Makefile
|
||||||
|
|
||||||
`DESTDIR` can be provided by environment variable, it can be a relative path and it will be prepended to `PREFIX`, so you can use e.g.:
|
`DESTDIR` can be provided by environment variable, it can be a relative path and it will be prepended to `PREFIX`, so you can use e.g.:
|
||||||
|
|
||||||
`make -j install DESTDIR=build PREFIX=/usr UDEV_PREFIX=/lib/udev/rules.d`
|
```
|
||||||
|
make -j
|
||||||
|
make install DESTDIR=build PREFIX=/usr UDEV_PREFIX=/lib/udev/rules.d
|
||||||
|
```
|
||||||
|
|
||||||
and it will be deployed as
|
and it will be deployed as
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue