1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/protob/build.sh
2013-11-26 17:29:50 +01:00

7 lines
212 B
Bash
Executable File

#!/bin/bash
cd `dirname $0`/../../trezor-common/protob
protoc --python_out=../../trezor-emu/trezor/ -I/usr/include -I. types.proto
protoc --python_out=../../trezor-emu/trezor/ -I/usr/include -I. messages.proto