- Allows make rules to be created with no dependencies. - Such rules will not re-run even if the commands themselves change. - Useful to create rules that run only if the output is missing.
2 lines
34 B
C
2 lines
34 B
C
int gen_once(void) { return 11; }
|