This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Fix Makefile to get_deps then install
pull/1780/head
Jae Kwon
9 years ago
parent
f15476b157
commit
87b9866d1f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
Write
Preview
Loading…
Cancel
Save