From 7cbe00dd3bfe9b477a5256c2ea17badbd35e74aa Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 12 Jul 2018 09:00:38 +0200 Subject: [PATCH] Fix make spec task --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 005f085c8..8c1ad5896 100644 --- a/Makefile +++ b/Makefile @@ -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)