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

8 lines
108 B
Makefile
Raw Normal View History

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