firmware/extra/nanopb/generator/proto/Makefile
Patrick Moessler 0c83634f42 Initial commit
2019-10-13 00:37:11 +02:00

4 lines
78 B
Makefile

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