Update Makefile target for downloading libs

This commit is contained in:
Arturo Filastò 2018-09-11 12:39:47 +02:00
commit aabe55cc51
3 changed files with 9 additions and 6 deletions

View file

@ -7,7 +7,7 @@ go:
install:
- make install-dev-deps
- dep ensure
- make update-mk-libs
- make download-mk-libs-macos
script:
- make test-internal
- make build
- make build