diff options
author | Marvin Borner | 2020-08-01 16:52:04 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-01 16:52:04 +0200 |
commit | 9a146c325ac0538be807e904d7c35d0a73f9fc5e (patch) | |
tree | 159e0da5e0297e5faec3c08e7ecc1c4e2a412c85 /run | |
parent | 55cada295c1be54b84fc30360134c4c73e3cacf1 (diff) |
Minor dev fixes
Diffstat (limited to 'run')
-rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |