]> Lady’s Gitweb - Shushe/commitdiff
Disable make·file prerequisites when not needed
authorLady <redacted>
Sat, 22 Jun 2024 21:43:40 +0000 (17:43 -0400)
committerLady <redacted>
Sat, 22 Jun 2024 22:23:37 +0000 (18:23 -0400)
Specifically, the `help` and `clean` targets don’t require any
compilation of types, parsers, dependencies, or destinations. G·N·U
Make provides the `$(MAKECMDGOALS)` to check which targets were set as
goals on the commandline; when the only goals are `help` and `clean`,
excessive computation can be disabled.


No differences found
This page took 0.048542 seconds and 4 git commands to generate.