mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
simplify Makefile install and build commands
This commit is contained in:
4
Makefile
4
Makefile
@ -15,10 +15,10 @@ protoc:
|
|||||||
@ protoc --go_out=plugins=grpc:. types/*.proto
|
@ protoc --go_out=plugins=grpc:. types/*.proto
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@ go install github.com/tendermint/abci/cmd/...
|
@ go install ./cmd/...
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@ go build -i github.com/tendermint/abci/cmd/...
|
@ go build -i ./cmd/...
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
@ bash scripts/dist.sh
|
@ bash scripts/dist.sh
|
||||||
|
Reference in New Issue
Block a user