Files
nanopb/generator/proto/Makefile
2013-12-29 20:26:57 +02:00

5 lines
96 B
Makefile

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