core-extra/daemon/proto/Makefile

6 lines
129 B
Makefile
Raw Normal View History

2019-02-18 07:42:57 +00:00
all:
python -m grpc_tools.protoc -I . --python_out=../core/grpc --grpc_python_out=../core/grpc core.proto
clean:
rm core_pb2*