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

Support make commands that ignore errors #17

Closed
17451k opened this issue Sep 10, 2018 · 1 comment
Closed

Support make commands that ignore errors #17

17451k opened this issue Sep 10, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@17451k
Copy link
Owner

17451k commented Sep 10, 2018

Like the ones that starts with "-":

clean:
  -rm -f *.o

Currently clade-intercept exits with error on such make commands, but it should return 0 instead.

@17451k 17451k added the bug Something isn't working label Sep 10, 2018
@17451k 17451k self-assigned this Sep 10, 2018
@17451k
Copy link
Owner Author

17451k commented Sep 10, 2018

Fixed in 517dd6d.

@17451k 17451k closed this as completed Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant