pebble/third_party/nanopb/generator/proto/Makefile

11 lines
126 B
Makefile
Raw Permalink Normal View History

PROTOC?=../protoc
all: nanopb_pb2.py
%_pb2.py: %.proto
$(PROTOC) --python_out=. $<
.PHONY: clean
clean:
rm nanopb_pb2.py