2019-03-26 08:58:29 -07:00
|
|
|
all:
|
2019-06-02 19:06:25 -07:00
|
|
|
$(PYTHON) -m grpc_tools.protoc -I . --python_out=.. --grpc_python_out=.. core/api/grpc/core.proto
|
2019-03-26 08:58:29 -07:00
|
|
|
|
|
|
|
clean:
|
2019-04-29 23:31:47 -07:00
|
|
|
-rm -f ../core/api/grpc/core_pb2*
|