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

useMake parsing not targets #37

Open
no1xsyzy opened this issue Jul 11, 2017 · 1 comment
Open

useMake parsing not targets #37

no1xsyzy opened this issue Jul 11, 2017 · 1 comment

Comments

@no1xsyzy
Copy link

The command make -prRn outputs include some 'targets' with a line of "# Not a target:" before, like the following:

# Not a target:
E01.md:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

which should be filtered out.

Try take a look at these:
https://stackoverflow.com/a/26339924/6202760
https://github.com/GArik/bash-completion/blob/master/completions/make

@no1xsyzy
Copy link
Author

It suddenly occurs to my mind that: what about add a setting to accept the output of make list or make _list to decide the targets?
This will also deal with #36

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

No branches or pull requests

1 participant