aboutsummaryrefslogtreecommitdiff
path: root/generator/proto/Makefile
blob: 89bfe52864ecfe9a00e94d8be2c6090528a8d0d7 (plain)
1
2
3
4
all: nanopb_pb2.py plugin_pb2.py

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