fix Makefile and use git clone instead

This commit is contained in:
iceman1001 2021-02-11 18:17:21 +01:00
parent db29f0a691
commit d8e39b19b3

View file

@ -21,10 +21,10 @@ get_xorsearch:
# Python impl of NDEF FORUM 1-5 protocol # Python impl of NDEF FORUM 1-5 protocol
get_nfcpy: get_nfcpy:
$(MKDIR) 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 # Python tool to create, modify and print NDEF records
get_ndeftool: get_ndeftool:
$(MKDIR) ndeftool $(MKDIR) ndeftool
$(WGET) https://github.com/nfcpy/ndeftool.git $(GIT) https://github.com/nfcpy/ndeftool.git