From d8e39b19b351a78e6fb3ae77ec234b4a7841e812 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 11 Feb 2021 18:17:21 +0100 Subject: [PATCH] fix Makefile and use git clone instead --- tools/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 5640a5598..b0d043ad3 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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