mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-12 19:18:32 +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
|