mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-15 04:35:25 +07:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
|
|
$SCRIPT_DIR/build_debug.sh
|
|
$SCRIPT_DIR/build_release.sh
|