Lucas De Marchi
|
3d8211696c
|
build: allow -j on top level makefile
By using $(MAKE) variable we allow to pass down to the called makefile
the number of jobs we want to compile with. The flags are communicated
to the next level via MAKEFLAGS variable.
Reference:
https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html#Options_002fRecursion
|
2015-11-09 08:32:04 +11:00 |
|