1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 11:59:11 +00:00
trezor-firmware/protob/Makefile

8 lines
90 B
Makefile
Raw Normal View History

check: messages.pb
2013-11-26 15:10:55 +00:00
%.pb: %.proto
protoc -I/usr/include -I. $< -o $@
clean:
rm -f *.pb