Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down