mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 20:17:57 +01:00
added make -B
This commit is contained in:
parent
df7fd7a1f1
commit
b256d9e49e
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@
|
|||
- Execute make from another directory:
|
||||
|
||||
`make -C {{directory}}`
|
||||
|
||||
- Force making of a rule, even if source files are unchanged
|
||||
|
||||
`make -B {{rule}}`
|
||||
|
|
Loading…
Reference in a new issue