core-extra/daemon/proto/Makefile
2019-02-17 23:42:57 -08:00

5 lines
129 B
Makefile

all:
python -m grpc_tools.protoc -I . --python_out=../core/grpc --grpc_python_out=../core/grpc core.proto
clean:
rm core_pb2*