1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/protob/Makefile
2014-04-07 18:01:11 +02:00

8 lines
120 B
Makefile

check: config.pb messages.pb storage.pb types.pb
%.pb: %.proto
protoc -I/usr/include -I. $< -o $@
clean:
rm -f *.pb