GNU make support
eliaskanelis opened this issue · 3 comments
I am new to EMACS and LISP but I would like to learn both. Right now I use EMACS at a basic level.
I would like to add GNU make support to your package. I would welcome any thoughts you have on this.
Hi @tedicreations, could you be more precise ? As far as I understand, a central point of cmake-ide is compile-commands.json to set rtags. How do you want to use GNU make to produce such a file ?
Btw cmake could use GNU make as compile manager (as I usually do).
@tedicreations Support make as a source of compiler flags? That's not something I want this package to do. If you mean to use make to build, that can already be done.
Just to add to this, bear can be used to generate compile_commands.json - so I think that was what the OP was getting at. This functionality already exists in cmake-ide. I think this can be closed.