We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b39a07 commit bfaac8bCopy full SHA for bfaac8b
MakefileEc2.mk
@@ -5,7 +5,7 @@
5
GORUN = env GO111MODULE=on go run
6
7
# in go-ethereum repo
8
-build-bk-prod-morph-prod-mainnet-to-morph-geth: libzkp
+build-bk-prod-morph-prod-mainnet-to-morph-geth:
9
if [ ! -d dist ]; then mkdir -p dist; fi
10
$(GORUN) build/ci.go install ./cmd/geth
11
cp build/bin/geth dist/
0 commit comments