initial commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#/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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user