7 lines
67 B
Bash
Executable file
7 lines
67 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
. script/lib.sh
|
|
|
|
scan_build make "$@"
|