Browse Source

Fix Makefile to get_deps then install

pull/1780/head
Jae Kwon 9 years ago
parent
commit
87b9866d1f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile 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:


Loading…
Cancel
Save