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