Replies: 1 comment
-
That's an interesting one @chchc086 ! Bear does not read the makefile. It intercepts the commands the build process executes. And it looks like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i used bear -- [my_compile_command] to build compile_commands.json


when my makefile written as below, it works
but when i write it like this, it not work, and the error information is " no such file or directory" ,i find ($PWD) is empty,
but it works only build my code use [my_compile_command]
why bear recognizes $(PWD) as empty ?
Beta Was this translation helpful? Give feedback.
All reactions