Luna/tools/full-clean.sh

7 lines
94 B
Bash
Executable File

#!/usr/bin/env bash
set -e
source $(dirname $0)/env.sh
rm -rf $BUILD_DIR
mkdir -p $BUILD_DIR