]> Lady’s Gitweb - Shushe/commit
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)
commit310a9688453c345f50604f738701435ec6a737be
tree55b6d70a7c20ae5115c5d336a1b934d826849e20
parent8d2723f7e6f4b69fab2d6dd5062cd731f4f1906e
Disable make·file prerequisites when not needed

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.
GNUmakefile
This page took 0.058164 seconds and 4 git commands to generate.