From ec0b1d450a0f6219b3b0d352cd6625ae05f62618 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 27 Sep 2023 07:42:11 -0400 Subject: Hills in the AutumnTheme --- themes/compile_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/compile_commands.sh') 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 -- cgit v1.2.1