This fixes some interoperability problems when trying to compile nanopb.proto for e.g. the Google's C++ library. Update issue 104 Status: FixedInGit
5 lines
78 B
Makefile
5 lines
78 B
Makefile
all: nanopb_pb2.py plugin_pb2.py
|
|
|
|
%_pb2.py: %.proto
|
|
protoc --python_out=. $<
|