diff --git a/BUILDING b/BUILDING index 23adc4dcd..14ecc82b9 100644 --- a/BUILDING +++ b/BUILDING @@ -1,6 +1,5 @@ 1. Install go 1.9 or later -2. Execute `make deps` to download dependencies -3. Execute `make install` to compile project and install binaries to `GOPATH` +2. Execute `make install` to compile project and install binaries to `GOPATH` --- diff --git a/Makefile b/Makefile index bb0fb1312..773f3cbae 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ DOCKER_RUN?= _with-docker: $(eval DOCKER_RUN=docker run --rm -v $(shell pwd):/go/src/ -v $(shell pwd)/build:/build -w /go/src golang:$(DOCKER_RUN_GO_VERSION)) -all: deps build +all: build vendor: go mod tidy