added proto makefile to repo

This commit is contained in:
bharnden 2019-02-17 23:42:57 -08:00
parent 0a445f2706
commit e72f133488
2 changed files with 6 additions and 0 deletions

5
daemon/proto/Makefile Normal file
View 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*