mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 16:45:09 +08:00
Upload Make.Platform
This commit is contained in:
parent
5b830ac086
commit
72339f6ab4
1 changed files with 13 additions and 0 deletions
13
Makefile.platform
Normal file
13
Makefile.platform
Normal file
|
@ -0,0 +1,13 @@
|
|||
# If you want to use it, copy this file as Makefile.platform and adjust it to your needs
|
||||
# Run 'make PLATFORM=' to get an exhaustive list of possible parameters for this file.
|
||||
|
||||
#PLATFORM=PM3RDV4
|
||||
PLATFORM=PM3GENERIC
|
||||
# If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
|
||||
#PLATFORM_EXTRAS=BTADDON
|
||||
#STANDALONE=LF_SAMYRUN
|
||||
|
||||
# To accelerate repetitive compilations:
|
||||
# Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
|
||||
# And uncomment the following line
|
||||
#export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}
|
Loading…
Reference in a new issue