nickdiego / compiledb

Tool for generating Clang's JSON Compilation Database files for make-based build systems.
GNU General Public License v3.0
1.38k stars 123 forks source link

Fixed "make" command. #75

Closed svenpanne closed 5 years ago

svenpanne commented 5 years ago

Commit 5bae1050b removed the "verbose" parameter at various places, so we have to remove it from the keyword arguments passed to "generate()", otherwise we will get a TypeError.