1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

protobuf: delete old messages first

This commit is contained in:
Pavol Rusnak 2018-01-12 13:10:36 +01:00
parent 694bc7ac11
commit c78c548752
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -4,6 +4,7 @@ PB2DIR=$CURDIR/pb2
OUTDIR=../trezorlib/messages
INDEX=$OUTDIR/__init__.py
rm -f $OUTDIR/[A-Z]*.py
mkdir -p $OUTDIR
mkdir -p $PB2DIR
touch $PB2DIR/__init__.py