make will install

This commit is contained in:
Jae Kwon
2015-06-25 18:42:17 -07:00
parent 347276ecdb
commit a55950e1d0
2 changed files with 10 additions and 2 deletions
+7 -2
View File
@@ -1,6 +1,11 @@
.PHONY: get_deps build all list_deps
.PHONY: get_deps build all list_deps install
all: build
all: install
install:
go install github.com/tendermint/tendermint/cmd/tendermint
go install github.com/tendermint/tendermint/cmd/barak
go install github.com/tendermint/tendermint/cmd/debora
build:
go build -o build/tendermint github.com/tendermint/tendermint/cmd/tendermint