mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-01-09 19:57:54 -05:00
fix Makefile and use git clone instead
This commit is contained in:
@@ -21,10 +21,10 @@ get_xorsearch:
|
||||
|
||||
# Python impl of NDEF FORUM 1-5 protocol
|
||||
get_nfcpy:
|
||||
$(MKDIR) nfcpy
|
||||
$(WGET) https://github.com/nfcpy/nfcpy.git
|
||||
$(MKDIR) nfcpy
|
||||
$(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
|
||||
$(MKDIR) ndeftool
|
||||
$(GIT) https://github.com/nfcpy/ndeftool.git
|
||||
|
||||
Reference in New Issue
Block a user