mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
RPC refactor to separate core from core_client and the rest of RPC.
Other random changes.
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
all: build
|
||||
|
||||
build: get_deps
|
||||
go build -o tendermint github.com/tendermint/tendermint/cmd
|
||||
go build -o tendermint github.com/tendermint/tendermint/cmd/tendermint
|
||||
go build -o debora github.com/tendermint/tendermint/cmd/debora
|
||||
|
||||
build_race: get_deps
|
||||
go build -race -o tendermint github.com/tendermint/tendermint/cmd
|
||||
go build -race -o tendermint github.com/tendermint/tendermint/cmd/tendermint
|
||||
go build -race -o debora github.com/tendermint/tendermint/cmd/debora
|
||||
|
||||
test: build
|
||||
go test github.com/tendermint/tendermint/...
|
||||
|
||||
Reference in New Issue
Block a user