Files
esp-idf/examples/provisioning/custom_config/components/custom_provisioning/proto/makefile
T

8 lines
147 B
Makefile
Raw Normal View History

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