From 1da356d8a64c45c99871aca156ee9fdd3e10ec15 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 27 Sep 2023 08:03:04 -0400 Subject: Simplification of the Theme system with a more OO model --- 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 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 -- cgit v1.2.1