Files
JayDelay/rebuild_compile_commands.sh
2025-11-11 15:04:27 +01:00

11 lines
406 B
Bash
Executable File

#/usr/bin/env bash
export MAKE_HOME=$HOME/work/repos/JayDelay/submodules/make
OUTPUT=build/compile_commands.json
make clean
bear --config /home/jens/work/repos/JayDelay/.vscode/c_cpp_properties.json --append --output $OUTPUT -- make
make -C submodules/dsp/tests/ clean
bear --config /home/jens/work/repos/JayDelay/.vscode/c_cpp_properties.json --append --output $OUTPUT -- make -C submodules/dsp/tests/