diff --git a/Makefile b/Makefile index 3a4e684ce..d6d1beffd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ .PHONY: prepare_tools clean prepare_tools: - git clone https://github.com/NethermindEth/nethermind nethermind + @if [ ! -d nethermind ]; then \ + git clone https://github.com/NethermindEth/nethermind nethermind;\ + fi cd nethermind && git checkout e1857d7ca6613ccdc40973899290f565f367e235 && cd .. dotnet build ./nethermind/tools/Nethermind.Tools.Kute -c Release --property WarningLevel=0