mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-06 04:51:36 -07:00
fix Makefile and use git clone instead
This commit is contained in:
parent
db29f0a691
commit
d8e39b19b3
1 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@ get_xorsearch:
|
|||
# Python impl of NDEF FORUM 1-5 protocol
|
||||
get_nfcpy:
|
||||
$(MKDIR) nfcpy
|
||||
$(WGET) https://github.com/nfcpy/nfcpy.git
|
||||
$(GIT) https://github.com/nfcpy/nfcpy.git
|
||||
|
||||
# Python tool to create, modify and print NDEF records
|
||||
get_ndeftool:
|
||||
$(MKDIR) ndeftool
|
||||
$(WGET) https://github.com/nfcpy/ndeftool.git
|
||||
$(GIT) https://github.com/nfcpy/ndeftool.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue