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
Please register or sign in to comment