update users makefile

This commit is contained in:
Asim Aslam
2021-05-12 19:48:23 +01:00
parent 03ab5de258
commit 2978850e31

View File

@@ -8,7 +8,11 @@ init:
.PHONY: proto
proto:
protoc --proto_path=. --micro_out=. --go_out=:. proto/users.proto
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=. proto/users.proto
@redoc-cli bundle api-users.json
.PHONY: build
build:
go build -o users *.go