added proto makefile to repo
This commit is contained in:
parent
0a445f2706
commit
e72f133488
2 changed files with 6 additions and 0 deletions
5
daemon/proto/Makefile
Normal file
5
daemon/proto/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
python -m grpc_tools.protoc -I . --python_out=../core/grpc --grpc_python_out=../core/grpc core.proto
|
||||
|
||||
clean:
|
||||
rm core_pb2*
|
Loading…
Add table
Add a link
Reference in a new issue