From 9a146c325ac0538be807e904d7c35d0a73f9fc5e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 1 Aug 2020 16:52:04 +0200 Subject: Minor dev fixes --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run b/run index 2cf0cc5..97fe9e0 100755 --- a/run +++ b/run @@ -123,7 +123,7 @@ make_sync() { make --always-make --dry-run | grep -wE 'gcc' | grep -w '\-c' | - jq -nR '[inputs|{directory:"'"$(pwd)"'", command:., file: match(" [^ ]+$").string[1:]}]' \ + jq -nR '[inputs|{directory:"'"$(pwd)"'/src/", command:., file: match(" [^ ]+$").string[1:]}]' \ >compile_commands.json } -- cgit v1.2.3