mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add INSTALLSUDO param in Makefile.platform to limit sudo to install commands, better than sudo make install...
This commit is contained in:
parent
9880df8ca7
commit
9ebda88386
8 changed files with 45 additions and 41 deletions
|
@ -56,6 +56,7 @@ INSTALLSHARERELPATH ?= share/proxmark3
|
|||
INSTALLFWRELPATH ?= share/proxmark3/firmware
|
||||
INSTALLTOOLSRELPATH ?= share/proxmark3/tools
|
||||
INSTALLDOCSRELPATH ?= share/doc/proxmark3
|
||||
export INSTALLSUDO
|
||||
|
||||
platform = $(shell uname)
|
||||
DETECTED_OS=$(platform)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue