mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Fix example arguments to -MT appearing as options
This commit is contained in:
@@ -112,9 +112,9 @@ from erroring out when dependency files are deleted.
|
|||||||
Add a target to the rules emitted by
|
Add a target to the rules emitted by
|
||||||
.Fl M .
|
.Fl M .
|
||||||
The exact string provided will be written, including spaces and special characters.
|
The exact string provided will be written, including spaces and special characters.
|
||||||
.Dl Fl MT fileA Fl MT fileB
|
.Dl Fl MT No fileA Fl MT No fileB
|
||||||
is equivalent to
|
is equivalent to
|
||||||
.Dl Fl MT 'fileA fileB' .
|
.Dl Fl MT No 'fileA fileB' .
|
||||||
If neither this nor
|
If neither this nor
|
||||||
.Fl MQ
|
.Fl MQ
|
||||||
is specified, the output file name is used.
|
is specified, the output file name is used.
|
||||||
|
|||||||
Reference in New Issue
Block a user