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