Files
enduro2d/scripts/build_clear.sh

5 lines
81 B
Bash
Executable File

#!/bin/bash
set -e
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
rm -rf $BUILD_DIR