Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
[master] more commands in clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jermainewang committed Jun 12, 2015
1 parent 49d05ff commit 38ba4e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ function run_clean {
if [ "$yesorno" == "y" ]; then
echo "Removing builds"
rm -rf $BUILD_DIR
python setup.py clean --all
rm -rf build
rm -rf dist
rm -rf owl/libowl.so
fi
exit 0
Expand Down

0 comments on commit 38ba4e4

Please sign in to comment.