diff --git a/Makefile b/Makefile index 588e12df5..a22a2e902 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,10 @@ protoc: @ protoc --go_out=plugins=grpc:. types/*.proto install: - @ go install github.com/tendermint/abci/cmd/... + @ go install ./cmd/... build: - @ go build -i github.com/tendermint/abci/cmd/... + @ go build -i ./cmd/... dist: @ bash scripts/dist.sh