mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Run touch vendor in make vendor so that dep ensure is only run when needed.
This commit is contained in:
parent
3c9ca6c2c4
commit
17c6dc3ae4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -23,6 +23,7 @@ ifndef DEP
|
|||
make dep
|
||||
endif
|
||||
dep ensure
|
||||
touch vendor
|
||||
|
||||
Gopkg.lock: dep Gopkg.toml
|
||||
dep ensure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue