Merge pull request #1790 from jaffee/makefile-vendor-fix

add Gopkg.lock as a dependency for vendor target
This commit is contained in:
Matthew Jaffee 2018-12-18 12:55:45 -06:00 committed by GitHub
commit 232d79009b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ clean:
rm -rf vendor build
# Set up vendor directory using `dep`
vendor: Gopkg.toml
vendor: Gopkg.toml Gopkg.lock
$(MAKE) require-dep
dep ensure -vendor-only
touch vendor