Makefile: vendor target add --recursive and --force to git submodule update (#38)

pull/25/head
mcudev 7 years ago committed by Pavol Rusnak
parent ead626404b
commit 0fbda80e31

@ -36,7 +36,7 @@ help: ## show this help
## dependencies commands:
vendor: ## update git submodules
git submodule update --init
git submodule update --init --recursive --force
res: ## update resources
./tools/res_collect

Loading…
Cancel
Save