3 lines
159 B
Makefile
3 lines
159 B
Makefile
|
stubs:
|
||
|
python -m grpc_tools.protoc -I./example --python_out=./example --grpc_python_out=./example --python_asyncgrpc_out=./example ./example/helloworld.proto
|