xref: /aosp_15_r20/external/nanopb-c/generator/proto/Makefile (revision c8d645cafcee3f91213d30caa0fe303887010b9b)
1all: nanopb_pb2.py plugin_pb2.py
2
3%_pb2.py: %.proto
4	protoc --python_out=. $<
5