Files
nanopb/generator/proto/Makefile
2013-11-17 18:09:11 +02:00

5 lines
96 B
Makefile

all: nanopb_pb2.py plugin_pb2.py descriptor_pb2.py
%_pb2.py: %.proto
protoc --python_out=. $<