Run touch vendor in make vendor so that dep ensure is only run when needed.

This commit is contained in:
Cody Soyland 2017-07-25 16:55:38 -05:00
parent 3c9ca6c2c4
commit 17c6dc3ae4

View file

@ -23,6 +23,7 @@ ifndef DEP
make dep
endif
dep ensure
touch vendor
Gopkg.lock: dep Gopkg.toml
dep ensure