featurebase/Makefile
2017-02-04 13:00:21 +03:00

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 .