5 lines
78 B
Makefile
Raw Normal View History

2025-08-19 09:49:41 +08:00
all: nanopb_pb2.py plugin_pb2.py
%_pb2.py: %.proto
protoc --python_out=. $<