Add quoted special variables to cheatsheet
This commit is contained in:
parent
293267f012
commit
f490350050
@ -117,3 +117,9 @@ a target file, based on the filename extensions.
|
|||||||
as a single space-separated string
|
as a single space-separated string
|
||||||
$$? the prerequisites that are files newer than the target file
|
$$? the prerequisites that are files newer than the target file
|
||||||
as a scheme list of strings
|
as a scheme list of strings
|
||||||
|
|
||||||
|
There are quoted variants to all the above, where each target
|
||||||
|
or prerequisite string is placed within double quotation marks, as might
|
||||||
|
be required for filenames or paths that contain spaces.
|
||||||
|
|
||||||
|
Q@ Q* Q< Q^ QQ^ Q? QQ?
|
||||||
|
Loading…
Reference in New Issue
Block a user