mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 15:17:02 +00:00
Makefile: add 'build' target
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: all test fmt lint get_deps
|
||||
.PHONY: all build test fmt lint get_deps
|
||||
|
||||
all: protoc install test
|
||||
|
||||
@@ -10,6 +10,9 @@ protoc:
|
||||
install:
|
||||
@ go install github.com/tendermint/abci/cmd/...
|
||||
|
||||
build:
|
||||
@ go build -i github.com/tendermint/abci/cmd/...
|
||||
|
||||
test:
|
||||
@ go test `${NOVENDOR}`
|
||||
@ bash tests/test.sh
|
||||
|
||||
Reference in New Issue
Block a user