Skip to content

mmake help doesn't output comments from include targets #31

Open
@sourcec0de

Description

@tj , thanks for this awesome tooling.
I'm not sure if this was ever possible. But in 1.3.0 mmake help does not output any help data for a simple included common makefile.

Makefile

include ../common.mk

common.mk

# example command help string
start:
  @echo test
.PHONY: start

Activity

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

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions