1
0
Fork 0
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:
Gregor Aisch 2016-07-05 16:21:56 +02:00 committed by Agniva De Sarker
parent df7fd7a1f1
commit b256d9e49e

View file

@ -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}}`