aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index d03adf8..eac310c 100755
--- a/build.sh
+++ b/build.sh
@@ -6,6 +6,7 @@ cd $(dirname -- "$0")
PYTHON=${PYTHON:-python3}
+rm -rf ./build
$PYTHON setup.py \
build --build-base build \
egg_info --egg-base build \