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
1 changed files with 1 additions and 0 deletions

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