blob: b362d37db02abc1e4c4ea78c67006adb9f067bec (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/usr/bin/env bash
set -eux
cp ../v0_proto/ya.make.gen ../v0_proto/ya.make
yag make ../v0_proto --add-result=".h" --add-result=".cc"
rm ../v0_proto/ya.make
python3 ../multiproto.py SQLParser ../v0_proto .
|