Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -3,19 +3,18 @@
> Task runner for rules described in Makefile.
> Mostly used to control the compilation of an executable from source code.
- Call the all rule
- Call the all rule:
`make`
- Call a specific rule
- Call a specific rule:
`make {{rule}}`
- Use specific Makefile
- Use specific Makefile:
`make -f {{file}}`
- Execute make from another directory
- Execute make from another directory:
`make -C {{directory}}`