From 301d0aa4d61b21d4daf703672aa4b1d438651296 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Mon, 29 Dec 2025 09:42:32 -0500 Subject: Use meson to build the themes subproject --- themes/compile_commands.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 themes/compile_commands.sh (limited to 'themes/compile_commands.sh') diff --git a/themes/compile_commands.sh b/themes/compile_commands.sh deleted file mode 100755 index 08a9eed..0000000 --- a/themes/compile_commands.sh +++ /dev/null @@ -1,7 +0,0 @@ -make --always-make --dry-run \ - | grep -wE 'em++|emcc|gcc|g\+\+|c\+\+' \ - | grep -w '\-c' \ - | jq -nR '[inputs|{directory:".", command:., file: match(" [^ ]+$").string[1:]}]' \ - > compile_commands.json - -sed -i -e 's/em++/g++/g' compile_commands.json -- cgit v1.2.1