initial commit

This commit is contained in:
2025-11-11 15:04:27 +01:00
commit 4dcfcc80fe
24 changed files with 991 additions and 0 deletions
+10
View File
@@ -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/