From 9262b5c798e1921c759addb492b592f3ccf64980 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 27 Sep 2023 16:52:17 -0400 Subject: Moving renderer construction out to the individual themes instead of main.cpp --- themes/compile_commands.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/compile_commands.sh') diff --git a/themes/compile_commands.sh b/themes/compile_commands.sh index 0252d04..08a9eed 100755 --- a/themes/compile_commands.sh +++ b/themes/compile_commands.sh @@ -3,3 +3,5 @@ make --always-make --dry-run \ | 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