1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

add make vendor

This commit is contained in:
Pavol Rusnak 2016-05-11 14:38:04 +02:00
parent 5430c82b2b
commit e27dc48a3a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -13,3 +13,8 @@ libtrezor.a: $(OBJS)
ar rcs libtrezor.a $(OBJS)
include Makefile.include
.PHONY: vendor
vendor:
git submodule update --init