add getopt to makefile
This commit is contained in:
Родитель
ce8a6405b1
Коммит
0d6ff021d8
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ test: get-deps
|
|||
|
||||
get-deps:
|
||||
$(GOCMD) get code.google.com/p/goprotobuf/proto
|
||||
$(GOCMD) get code.google.com/p/getopt
|
||||
$(GOCMD) get github.com/stretchr/testify/assert
|
||||
$(GOCMD) get github.com/stretchr/testify/require
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче