@@ -0,0 +1,7 @@
PROTO_SRC=./proto
GEN_DEST=./pkg
build_proto:
@echo Compiling Protobuf files...
protoc --go_out=${GEN_DEST} --go-grpc_out=${GEN_DEST} ${PROTO_SRC}/*.proto
@echo Done!
The note is not visible to the blocked user.