Fix Makefile to get_deps then install

This commit is contained in:
Jae Kwon
2016-01-09 19:05:41 -08:00
parent f15476b157
commit 87b9866d1f

View File

@@ -1,8 +1,8 @@
.PHONY: all test get_deps
all: test get_deps install
all: test install
install:
install: get_deps
go install github.com/tendermint/tmsp/cmd/...
test: