Files
2024-08-29 22:37:30 -06:00

7 lines
203 B
Bash
Executable File

#!/bin/sh -e
SRC_DIR=../objdiff/objdiff-core/protos
protoc -I=$SRC_DIR \
--go_out=paths=source_relative:common \
--go_opt=Mreport.proto=github.com/encounter/decompal/common \
$SRC_DIR/report.proto