mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #749 from codysoyland/make-vendor-fix
Run `touch vendor` in `make vendor`
This commit is contained in:
commit
cab3180db0
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