mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Fix glide initial install
This commit is contained in:
parent
823984e4ed
commit
d9b71bba21
1 changed files with 5 additions and 6 deletions
11
Makefile
11
Makefile
|
|
@ -9,16 +9,15 @@ LDFLAGS=-ldflags "-X main.Version=$(VERSION) -X main.BuildTime=$(BUILD_TIME)"
|
|||
|
||||
default: test pilosa pilosactl
|
||||
|
||||
$(GLIDE):
|
||||
glide:
|
||||
ifndef GLIDE
|
||||
curl https://glide.sh/get | sh
|
||||
touch $(GLIDE)
|
||||
endif
|
||||
|
||||
glide: $(GLIDE)
|
||||
|
||||
vendor: $(GLIDE) glide.yaml
|
||||
vendor: glide glide.yaml
|
||||
glide install
|
||||
|
||||
glide.lock: $(GLIDE) glide.yaml
|
||||
glide.lock: glide glide.yaml
|
||||
glide update
|
||||
|
||||
vendor-update: glide.lock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue