From b656fbc3d41c4996add6975463154eff2a16a22c Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 8 Feb 2019 23:35:59 +0000 Subject: [PATCH] [Nostalgia] Add symlink of compile_commands.json to project root in setup --- scripts/setup-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup-build b/scripts/setup-build index 292501d5..49dae9d9 100755 --- a/scripts/setup-build +++ b/scripts/setup-build @@ -54,4 +54,6 @@ popd rm -f build/current dist/current mkdir -p dist ln -s ${TARGET}-${BUILD_TYPE} build/current +rm -f compile_commands.json +ln -s build/current/compile_commands.json ln -s ${TARGET}-${BUILD_TYPE} dist/current