blob: 5f84d3283cf461224b473947c4f919bb7a8c8d8a [file] [log] [blame]
#!/bin/bash
pushd api_benchmark
./compile_protos.sh
popd
pushd benchmarks
./tool/compile_protos.sh
popd
pushd protoc_plugin
make clean
make update-pregenerated
make protos
popd