mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
Merge pull request #1790 from jaffee/makefile-vendor-fix
add Gopkg.lock as a dependency for vendor target
This commit is contained in:
commit
232d79009b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue