mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
10 lines
202 B
Makefile
10 lines
202 B
Makefile
.PHONY: vendor
|
|
|
|
default:
|
|
|
|
vendor:
|
|
godep save ./...
|
|
cp -r $(GOPATH)/src/github.com/gogo/protobuf/proto/testdata vendor/github.com/gogo/protobuf/proto/testdata
|
|
|
|
docker:
|
|
docker build -t pilosa:latest .
|