Closed ckadner closed 8 months ago
Great addition. Another change that would be helpful is explicitly marking targets as PHONY, something like I've done in this branch (based on this PR).
@ckadner want to pull in @dtrifiro's commit too before we merge this?
@ckadner want to pull in @dtrifiro's commit too before we merge this?
I could. Wasn't sure if we wanted to hold off with making changes that would possibly complicate future syncs.
@njhill -- I had merged the changes from @dtrifiro making him a co-author on this PR.
Did you want me to make further updates for this PR? There are more Make targets that could use a help text but I wanted to start with at least the main ones.
@joerunde -- thanks for merging in the latest changes from main
which triggered a build failure -- it revealed something I missed in PR #38 (and #43) -- to not log in to the image registries for forked PRs -- fixed now
Motivation
Make it easy to understand which
Make
targets there are and what they do.Modifications
help
target to Makefile which extracts##
help-comments from the Makefile itselfResult
Related Issues
N/A