feat: scaffold C++ template with tooling helpers
This commit is contained in:
9
utils/build.sh
Executable file
9
utils/build.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_ROOT="${SCRIPT_DIR}/.."
|
||||
|
||||
cd "${PROJECT_ROOT}"
|
||||
|
||||
make "$@"
|
Reference in New Issue
Block a user