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