-
Notifications
You must be signed in to change notification settings - Fork 19
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
Detect targets in included files #13
Comments
Have you enabled the |
Yes, using make to get the targets does work, but also lists repeated targets (the other issue that I filed). |
Accidentally closed the issue. |
I think this issue should stay closed. Using regexes to parse includes and other obscure make features would just not be feasible and I wouldn't want to maintain it. Let's track the multiple targets issue in #14 |
@noseglid I have a similar issue. I'd like to try useMake, I'm sure it will do what I need, but I haven't been able to figure out how to get the proper config setting. I've tried, in my Do you mind giving a hint on where / how to set this? |
@mshick
|
@noseglid Oh, yeah, I have all that set up. I'm just unable to set the Having just restarted though, I see the new targets, so that was apparently the trick. Thanks! |
The default method for target extractions doesn't detect targets that are defined on included files in the Makefile.
The text was updated successfully, but these errors were encountered: