3
0

Fix make spec task

This commit is contained in:
Denis Arh
2018-07-12 09:00:38 +02:00
parent ac8735945c
commit 7cbe00dd3b

View File

@@ -7,14 +7,14 @@ build:
docker build --rm -t $(shell cat .project) .
$(SPEC):
go get github.com/titpetric/spec/cmd/spec
go get -u github.com/titpetric/spec/cmd/spec
$(PROTOC):
go get -u github.com/golang/protobuf/protoc-gen-go
spec: $(SPEC)
cd sam/docs/src && $(SPEC)
cd sam/ && php _gen.php
cd sam/ && ./_gen.sh
protobuf: $(PROTOC)
# @todo this needs work (it hangs and outputs nothing)