Add nanopb tool
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
PROTOC?=../protoc
|
||||
|
||||
all: nanopb_pb2.py
|
||||
|
||||
%_pb2.py: %.proto
|
||||
$(PROTOC) --python_out=. $<
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm nanopb_pb2.py
|
||||
Reference in New Issue
Block a user