Update build configuration files

This commit is contained in:
Oliver Davies 2024-07-31 01:22:09 +01:00
parent 145310e571
commit 45d0257229

3
run
View file

@ -141,7 +141,8 @@ function _run {
}
# Include any local tasks.
[[ -e run.local ]] && source run.local
# https://stackoverflow.com/a/6659698
[[ -e "${BASH_SOURCE%/*}/run.local" ]] && source "${BASH_SOURCE%/*}/run.local"
TIMEFORMAT=$'\nTask completed in %3lR'
time "${@:-help}"