esp-idf/components/protocomm/proto/makefile

8 wiersze
157 B
Makefile

all: c_proto python_proto
c_proto: *.proto
@protoc-c --c_out=../proto-c/ -I . *.proto
python_proto: *.proto
@protoc --python_out=../python/ -I . *.proto