This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-12-17 03:48:09 +00:00
Code
Issues
Releases
Wiki
Activity
981b9d1a9e
trezor-firmware
/
protob
/
Makefile
8 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
protob: drop unused proto files, merge types.proto into messages.proto
2018-07-04 12:20:28 +00:00
check
:
messages
.
pb
rework storage, session, features
2013-11-26 15:10:55 +00:00
%.pb
:
%.
proto
protoc -I/usr/include -I. $< -o
$@
clean
:
rm -f *.pb
Reference in New Issue
Copy Permalink