mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
8 lines
120 B
Makefile
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
|