Dr.-Ing. Amilcar Do Carmo Lucas
|
aee82db204
|
Sub: add to the main makefile
|
2017-07-18 19:18:28 +01:00 |
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 |
Andrew Tridgell
|
e25948c1b5
|
build: simple top level makefile
this is to make it easier to integrate with static analysis tools
|
2015-06-03 06:32:10 +10:00 |