blob: c17fb9c72b303301390d14b83c5553c897888fce [file] [log] [blame]
PROTOC?=protoc
all: nanopb_pb2.py
%_pb2.py: %.proto
$(PROTOC) --python_out=. $<