Skip to content

Add a make help target listing common developer commands #128

Description

@dmarro89

Add a small make help target that prints the most common developer commands.

Why: New contributors should be able to discover the basic workflow without reading the whole Makefile. This is a small, low-risk improvement that makes the repo easier to approach.

Acceptance criteria:

  • Add help to .PHONY.
  • Implement make help with short descriptions for common targets such as make, make iso, make run, make test, make clean, make docker-build-only, and make docker-shell.
  • Keep the output concise and easy to scan.
  • Update README or CONTRIBUTING if needed to mention make help.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    • Status
      Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions