summaryrefslogtreecommitdiff
path: root/themes/compile_commands.sh
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2023-09-27 08:03:04 -0400
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2023-09-27 08:03:04 -0400
commit1da356d8a64c45c99871aca156ee9fdd3e10ec15 (patch)
tree00438481bc972c9606995af794be09189833510a /themes/compile_commands.sh
parentec0b1d450a0f6219b3b0d352cd6625ae05f62618 (diff)
Simplification of the Theme system with a more OO model
Diffstat (limited to 'themes/compile_commands.sh')
-rwxr-xr-xthemes/compile_commands.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/compile_commands.sh b/themes/compile_commands.sh
index 06ebba0..0252d04 100755
--- a/themes/compile_commands.sh
+++ b/themes/compile_commands.sh
@@ -1,5 +1,5 @@
make --always-make --dry-run \
- | grep -wE 'emcc|gcc|g\+\+|c\+\+' \
+ | grep -wE 'em++|emcc|gcc|g\+\+|c\+\+' \
| grep -w '\-c' \
| jq -nR '[inputs|{directory:".", command:., file: match(" [^ ]+$").string[1:]}]' \
> compile_commands.json