From ef65711958e86ad86e465138b4db11fbcf6ae7ea Mon Sep 17 00:00:00 2001 From: Mukund Mauji Date: Tue, 9 Feb 2021 14:32:10 -0500 Subject: [PATCH] Update `bear make` command --- Project-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```