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

[bug]: make targets of included makefiles are not consideres "valid" #63

Open
aschleifer opened this issue Feb 20, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@aschleifer
Copy link

Describe the bug

When having a Makefile that includes another Makefile then targets from that included Makefile are shown as red which indicates that they don't exist.

Steps to reproduce

Create Makefile with a test target and an include to Makefile.included which contains a target include-test. Then type make include-test and it will show up red.

Expected behavior

The target include-test should show up in light blue indicating that it is a valid make target

Screenshots and recordings

No response

Operating System & Version

linux-gnu | pc | x86_64 | x86_64 | x86_64 unknown

Zsh version

zsh 5.9 (x86_64-pc-linux-gnu)

Terminal emulator

alacritty

If using WSL on Windows, which version of WSL

None

Additional context

No response

@aschleifer aschleifer added the bug Something isn't working label Feb 20, 2024
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