Commit e517b897 authored by Upnode's avatar Upnode Committed by GitHub

Add GETH_INSTALLED variable

parent 45e6ca01
...@@ -2,6 +2,8 @@ COMPOSEFLAGS=-d ...@@ -2,6 +2,8 @@ COMPOSEFLAGS=-d
ITESTS_L2_HOST=http://localhost:9545 ITESTS_L2_HOST=http://localhost:9545
BEDROCK_TAGS_REMOTE?=origin BEDROCK_TAGS_REMOTE?=origin
GETH_INSTALLED := $(shell command -v geth 2> /dev/null)
build: build-go build-ts build: build-go build-ts
.PHONY: build .PHONY: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment