mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
rename debora -> barak
This commit is contained in:
@@ -4,11 +4,11 @@ all: build
|
||||
|
||||
build: get_deps
|
||||
go build -o build/tendermint github.com/tendermint/tendermint/cmd/tendermint
|
||||
go build -o build/debora github.com/tendermint/tendermint/cmd/debora
|
||||
go build -o build/barak github.com/tendermint/tendermint/cmd/barak
|
||||
|
||||
build_race: get_deps
|
||||
go build -race -o build/tendermint github.com/tendermint/tendermint/cmd/tendermint
|
||||
go build -race -o build/debora github.com/tendermint/tendermint/cmd/debora
|
||||
go build -race -o build/barak github.com/tendermint/tendermint/cmd/barak
|
||||
|
||||
test: build
|
||||
go test github.com/tendermint/tendermint/...
|
||||
|
||||
Reference in New Issue
Block a user