We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69e2e7 commit 2d9e99fCopy full SHA for 2d9e99f
Makefile
@@ -1,7 +1,9 @@
1
.PHONY: prepare_tools clean
2
3
prepare_tools:
4
- git clone https://github.com/NethermindEth/nethermind nethermind
+ @if [ ! -d nethermind ]; then \
5
+ git clone https://github.com/NethermindEth/nethermind nethermind;\
6
+ fi
7
cd nethermind && git checkout e1857d7ca6613ccdc40973899290f565f367e235 && cd ..
8
dotnet build ./nethermind/tools/Nethermind.Tools.Kute -c Release --property WarningLevel=0
9
0 commit comments