mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 12:07:05 +08:00
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
This commit is contained in:
commit
02758d4a85
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.:
|
||||
|
||||
`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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue