Update bear make command

Mukund Mauji 2021-02-09 14:32:10 -05:00
parent d3c20f45f3
commit ef65711958

@ -47,7 +47,7 @@ jq '[.[] | {directory: .directory, file: .file, arguments: .command | split(" ")
Bear is a tool that generates a compilation database for clang tooling. It can be used for any project based on `Makefile`.
```zsh
bear make
bear -- make
# generates compile_commands.json
```