Update CHEATSHEET.md

This commit is contained in:
Mike Gran 2021-02-10 09:42:44 -08:00 committed by GitHub
parent 41ab6f3aee
commit d244251e25
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -108,6 +108,7 @@ Note that the prerequisites is *not* a list.
$@ the target
$* the target w/o a filename suffix
$^ the prerequisites, as a single string
$^ the prerequisites, as a single space-separated string
$< the first prerequisite
$? the prerequisites that are files newer than the target file
as a single space-separated string