mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 07:55:53 +02: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:
|
- Execute make from another directory:
|
||||||
|
|
||||||
`make -C {{directory}}`
|
`make -C {{directory}}`
|
||||||
|
|
||||||
|
- Force making of a rule, even if source files are unchanged
|
||||||
|
|
||||||
|
`make -B {{rule}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue