diff --git a/sentiment/Makefile b/sentiment/Makefile index 7b9f6e0..b47aaa3 100644 --- a/sentiment/Makefile +++ b/sentiment/Makefile @@ -9,10 +9,14 @@ init: proto: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/sentiment.proto + +.PHONY: api +api: + protoc --openapi_out=. --proto_path=. proto/sentiment.proto + .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/sentiment.proto - @redoc-cli bundle api-sentiment.json .PHONY: build build: