5 lines
141 B
Makefile
5 lines
141 B
Makefile
all:
|
|
$(PYTHON) -m grpc_tools.protoc -I . --python_out=.. --grpc_python_out=.. core/api/grpc/*.proto
|
|
|
|
clean:
|
|
-rm -f ../core/api/grpc/*_pb2*
|