Execute Command for Dependent Files (!)

Syntax: ! command

The exclamation-point command modifier causes the command to be executed for each dependent file if the command uses one of the special macros $? or $**. The $? macro refers to all dependent files out-of-date with respect to the target. The $** macro refers to all dependent files in the description block.

See Special Macros.


[Back: At Sign (@) Command Modifier Example]
[Next: Exclamation Point (!) Command Modifier Examples]