Skip to content

Improve Makefile help target formatting#14

Open
pambrose wants to merge 2 commits into
masterfrom
improve-makefile-help
Open

Improve Makefile help target formatting#14
pambrose wants to merge 2 commits into
masterfrom
improve-makefile-help

Conversation

@pambrose
Copy link
Copy Markdown
Collaborator

Summary

  • Use sed instead of grep | cut for a more robust gradle version extraction
  • Add a Usage: make <target> header and Targets: section to the help output
  • Widen the target-name column from 20 to 22 characters and include digits in the target name regex

Test plan

  • make help renders the new header and aligned target list
  • make versioncheck still resolves the gradle version correctly

🤖 Generated with Claude Code

pambrose and others added 2 commits May 15, 2026 09:17
Use sed for more robust gradle version extraction and enhance the help
target with a usage header and wider column for target names.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant