Sign in
dart
/
protobuf.git
/
a6c8e56996c63ce7b0f83c7743a393ecb41c77c6
/
.
/
tool
/
generate.sh
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