mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-18 22:14:35 +00:00
simplify Makefile install and build commands
This commit is contained in:
@@ -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