diff --git a/Makefile b/Makefile index ab2b52aa12..983e8f49bd 100644 --- a/Makefile +++ b/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