-
Notifications
You must be signed in to change notification settings - Fork 42
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
Ignore .PHONY line #24
Labels
Comments
SGTM |
This was only fixed if I guess you should reopen it ... |
ahahah :D |
zph
added a commit
that referenced
this issue
Sep 21, 2019
Follow on from PR #24 to bring CI/tests into passing state.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many style guides suggest putting the
.PHONY
before the target.This is also my preferred style.
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.The text was updated successfully, but these errors were encountered: