diff options
author | Matthew Kosarek <matthew@matthewkosarek.xyz> | 2023-09-27 07:42:11 -0400 |
---|---|---|
committer | Matthew Kosarek <matthew@matthewkosarek.xyz> | 2023-09-27 07:42:11 -0400 |
commit | ec0b1d450a0f6219b3b0d352cd6625ae05f62618 (patch) | |
tree | ef515bd14d5dbc229013e054e3ca3b7a8f8e2ad5 /themes/compile_commands.sh | |
parent | 2dca902c183ece31bc0853e1e8b93d09359515e4 (diff) |
Hills in the AutumnTheme
Diffstat (limited to 'themes/compile_commands.sh')
-rwxr-xr-x | themes/compile_commands.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/compile_commands.sh b/themes/compile_commands.sh index 2cb3fed..06ebba0 100755 --- a/themes/compile_commands.sh +++ b/themes/compile_commands.sh @@ -1,5 +1,5 @@ make --always-make --dry-run \ - | grep -wE 'gcc|g\+\+|c\+\+' \ + | grep -wE 'emcc|gcc|g\+\+|c\+\+' \ | grep -w '\-c' \ | jq -nR '[inputs|{directory:".", command:., file: match(" [^ ]+$").string[1:]}]' \ > compile_commands.json |