mirror of
https://github.com/BlackMATov/invoke.hpp.git
synced 2025-12-13 14:06:03 +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
|