mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-13 03:31:18 +07:00
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
|
|
rm -rf $BUILD_DIR
|