mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
add Gopkg.lock as a dependency for vendor target
This commit is contained in:
parent
6784ab8ac1
commit
ab34df351d
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