esp-idf/examples/provisioning/legacy/custom_config/components/custom_provisioning/proto/makefile

8 wiersze
147 B
Makefile

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