Browse Source

simplify Makefile install and build commands

pull/1780/head
Anton Kaliaev 7 years ago
parent
commit
5efe88cd10
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@ -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


Loading…
Cancel
Save