You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 atest
target and an include toMakefile.included
which contains a targetinclude-test
. Then typemake 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 targetScreenshots 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
The text was updated successfully, but these errors were encountered: