-
Notifications
You must be signed in to change notification settings - Fork 121
feat: add make help
target to Makefile
#1248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TitleAdd Description
Changes walkthrough 📝
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Could you also help add comments to targets with no comments (like lint
, fmt
, etc)?
@chewong Should be done! |
@Jont828 please update the PR title to use Semantic Commit Message style 😄 |
make help
target to Makefilemake help
target to Makefile
Reason for Change:
Running
make help
now searches for all make targets with a doc comment and produces the following output.Requirements
Issue Fixed:
Notes for Reviewers: