Makefile: run $(nproc) parallel jobs for target 'deps'

Change-Id: I53112a20d78d12bcc2764c1fc5567eb26bfa46cc
This commit is contained in:
Vadim Yanitskiy 2022-02-10 00:47:50 +06:00
parent d344b4af03
commit 134aea932d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ default: deps all
.PHONY: deps
deps:
$(MAKE) -C deps
$(MAKE) $(PARALLEL_MAKE) -C deps
# deps-update target for backwards compat; now does the same as 'make deps'
.PHONY: deps-update