mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
remove unnecessary flag
This commit is contained in:
parent
fef4f7d52d
commit
8a4e1fb64b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
GOBIN = $(shell pwd)/build/bin
|
||||
GO ?= latest
|
||||
GORUN = env GO111MODULE=on go run
|
||||
GORUN = go run
|
||||
|
||||
bor:
|
||||
$(GORUN) build/ci.go install ./cmd/bor
|
||||
|
|
|
|||
Loading…
Reference in a new issue