mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make install: more flexible on relpath tuning
This commit is contained in:
parent
ecb535cc58
commit
70a7a99751
2 changed files with 14 additions and 5 deletions
|
@ -28,11 +28,11 @@ LD = g++
|
|||
PATHSEP=/
|
||||
PREFIX ?= /usr/local
|
||||
UDEV_PREFIX ?= /etc/udev/rules.d
|
||||
INSTALLBINRELPATH = /bin/
|
||||
INSTALLSHARERELPATH = /share/proxmark3/
|
||||
INSTALLFWRELPATH = /share/proxmark3/firmware/
|
||||
INSTALLTOOLSRELPATH = /share/proxmark3/tools/
|
||||
INSTALLDOCSRELPATH = /share/doc/proxmark3/
|
||||
INSTALLBINRELPATH ?= /bin/
|
||||
INSTALLSHARERELPATH ?= /share/proxmark3/
|
||||
INSTALLFWRELPATH ?= /share/proxmark3/firmware/
|
||||
INSTALLTOOLSRELPATH ?= /share/proxmark3/tools/
|
||||
INSTALLDOCSRELPATH ?= /share/doc/proxmark3/
|
||||
|
||||
platform = $(shell uname)
|
||||
DETECTED_OS=$(platform)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue