Makefile 78 B

1234
  1. all: nanopb_pb2.py plugin_pb2.py
  2. %_pb2.py: %.proto
  3. protoc --python_out=. $<