]> Lady’s Gitweb - Shushe/commitdiff
Disable make·file prerequisites when not needed 0.11.1
authorLady <redacted>
Sat, 22 Jun 2024 21:43:40 +0000 (17:43 -0400)
committerLady <redacted>
Thu, 11 Jul 2024 01:46:30 +0000 (21:46 -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.023152 seconds and 4 git commands to generate.