remove unnecessary flag

This commit is contained in:
Jaynti Kanani 2020-03-20 19:59:10 +05:30
parent fef4f7d52d
commit 8a4e1fb64b
No known key found for this signature in database
GPG key ID: 4396982C976BAE5E

View file

@ -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