[Nostalgia] Add symlink of compile_commands.json to project root in setup

This commit is contained in:
Gary Talent 2019-02-08 23:35:59 +00:00
parent 9ca27361dc
commit b656fbc3d4

View File

@ -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