diff --git a/Project-Setup.md b/Project-Setup.md index 2abaf22..5d2b16a 100644 --- a/Project-Setup.md +++ b/Project-Setup.md @@ -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 ```