Makefile revision 7ef855e462b9a18b7d330e4b40f350164a6ad9da
1all: nanopb_pb2.py plugin_pb2.py
2
3%_pb2.py: %.proto
4	aprotoc --python_out=. $<
5