added a ToC
[RRG-proxmark3.git] / Makefile.platform.sample
blob3371f6ce4ba120c1ccdad44c2d4e99865916f1b9
1 # If you want to use it, copy this file as Makefile.platform and adjust it to your needs
2 # Run 'make PLATFORM=' to get an exhaustive list of possible parameters for this file.
4 PLATFORM=PM3RDV4
5 #PLATFORM=PM3GENERIC
6 # If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
7 #PLATFORM_EXTRAS=BTADDON
8 #STANDALONE=LF_SAMYRUN
10 # To accelerate repetitive compilations:
11 # Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
12 # And uncomment the following line
13 #export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}