1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/protob/Makefile

8 lines
120 B
Makefile
Raw Normal View History

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