[Nostalgia] Add symlink of compile_commands.json to project root in setup
This commit is contained in:
parent
9ca27361dc
commit
b656fbc3d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user