Implement variables that are dynamically set during rule execution. This should include POSIX `$@`, `$%`, `$?`, `$<`, `$*`, along with the GNU `$^`, `$+`, `$|`.
Implement variables that are dynamically set during rule execution.
This should include POSIX
$@,$%,$?,$<,$*, along with the GNU$^,$+,$|.