Avoid wrapping whole Makefile in bear
All checks were successful
Release / release (push) Successful in 6s

This commit is contained in:
2026-05-17 10:17:54 +01:00
parent f61cb3cae0
commit 70997f091f
2 changed files with 4 additions and 4 deletions

2
build
View File

@@ -55,4 +55,4 @@ if ! contains ${BUILD_TYPE} "${ACCEPTED_BUILD_TYPES[@]}"; then
exit 1
fi
bear -- make BUILD_TYPE=$BUILD_TYPE $ARGS
make BUILD_TYPE=$BUILD_TYPE $ARGS