Skip to content

Ignore .PHONY line #24

@adius

Description

@adius

Many style guides suggest putting the .PHONY before the target.
This is also my preferred style.

# Remove all build artifacts and dependencies
.PHONY: clean
clean:
	-rm -r build

This, however, leads to a not very helpful help output

$ make help

  .PHONY                        Remove all build artifacts and dependencies

I think mmake should ignore the .PHONY line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions