This is needed for Sonar Qube build wrapper: https://docs.sonarqube.org/latest/analysis/languages/cfamily/ instead of ```sh make VERBOSE=1 ``` it requires, that build will run with ```sh build-wrapper-linux-x86-64 --out-dir build_wrapper_output_directory make VERBOSE=1 ```
This is needed for Sonar Qube build wrapper: https://docs.sonarqube.org/latest/analysis/languages/cfamily/
instead of
it requires, that build will run with