I'm trying to run the step I've seen before used to package up just the binaries into a tar file.
$ git clone https://github.com/RfidResearchGroup/proxmark3.git
$ cd proxmark3
$ make all
===================================================================
Platform name: Proxmark3 rdv4
PLATFORM: PM3RDV4
Platform extras: No extra selected
Included options: SMARTCARD FLASH LF HITAG ISO15693 LEGICRF ISO14443b ISO14443a ICLASS FELICA NFCBARCODE HFSNIFF HFPLOT
Standalone mode: LF_SAMYRUN
===================================================================
[*] MAKE client/all
make[1]: Nothing to be done for 'all'.
[*] MAKE bootrom/all
make[1]: Nothing to be done for 'all'.
[*] MAKE fpga_compress/all
make[1]: Nothing to be done for 'all'.
[*] MAKE armsrc/all
make[1]: Nothing to be done for 'all'.
[*] MAKE recovery/all
make[1]: Nothing to be done for 'all'.
[*] MAKE mfkey/all
make[1]: Nothing to be done for 'all'.
[*] MAKE nonce2key/all
make[1]: Nothing to be done for 'all'.
$ make tarbin
===================================================================
Platform name: Proxmark3 rdv4
PLATFORM: PM3RDV4
Platform extras: No extra selected
Included options: SMARTCARD FLASH LF HITAG ISO15693 LEGICRF ISO14443b ISO14443a ICLASS FELICA NFCBARCODE HFSNIFF HFPLOT
Standalone mode: LF_SAMYRUN
===================================================================
rm -f proxmark3-Linux-bin.tar proxmark3-Linux-bin.tar.gz
[*] MAKE client/tarbin
[=] TAR ../proxmark3-Linux-bin.tar
client/proxmark3
[*] MAKE fpga_compress/tarbin
make[1]: *** No rule to make target 'tarbin'. Stop.
make: *** [Makefile:89: fpga_compress/tarbin] Error 2
Desktop (please complete the following information):
OS: Linux kali-rolling
Linux kali-302 5.4.0-kali3-amd64 #1 SMP Debian 5.4.13-1kali1 (2020-01-20) x86_64 GNU/Linux
I'm trying to run the step I've seen before used to package up just the binaries into a tar file.
Desktop (please complete the following information):