Skip to content
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

Comment within targets screws the target resolution #47

Closed
theofidry opened this issue Nov 13, 2023 · 0 comments · Fixed by #49
Closed

Comment within targets screws the target resolution #47

theofidry opened this issue Nov 13, 2023 · 0 comments · Fixed by #49

Comments

@theofidry
Copy link
Owner

The following results in a failure:

.PHONY: security_check
security_check:	## Runs security checks
security_check: npm_audit # A comment here; screws up the targets I guess

.PHONY: security_fix
security_fix:	## Runs security fixers
security_fix: npm_audit_fix

Prob worth testing with multi-line targets too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant