summaryrefslogtreecommitdiff
path: root/themes/compile_commands.sh
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 09:42:32 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 09:42:32 -0500
commit301d0aa4d61b21d4daf703672aa4b1d438651296 (patch)
treecf6ee1d617f53f42d56d952d5c61eeba4e931aa5 /themes/compile_commands.sh
parentbf4b3a5c35152c1292757134123b3363d0f81bf6 (diff)
Use meson to build the themes subproject
Diffstat (limited to 'themes/compile_commands.sh')
-rwxr-xr-xthemes/compile_commands.sh7
1 files changed, 0 insertions, 7 deletions
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