diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 09:42:32 -0500 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 09:42:32 -0500 |
| commit | 301d0aa4d61b21d4daf703672aa4b1d438651296 (patch) | |
| tree | cf6ee1d617f53f42d56d952d5c61eeba4e931aa5 /themes/compile_commands.sh | |
| parent | bf4b3a5c35152c1292757134123b3363d0f81bf6 (diff) | |
Use meson to build the themes subproject
Diffstat (limited to 'themes/compile_commands.sh')
| -rwxr-xr-x | themes/compile_commands.sh | 7 |
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 |
