mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 14:03:46 +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
|
GOBIN = $(shell pwd)/build/bin
|
||||||
GO ?= latest
|
GO ?= latest
|
||||||
GORUN = env GO111MODULE=on go run
|
GORUN = go run
|
||||||
|
|
||||||
bor:
|
bor:
|
||||||
$(GORUN) build/ci.go install ./cmd/bor
|
$(GORUN) build/ci.go install ./cmd/bor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue