aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/actions/clean.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/actions/clean.bash b/lib/actions/clean.bash
index bb5d984..c58a36c 100644
--- a/lib/actions/clean.bash
+++ b/lib/actions/clean.bash
@@ -20,6 +20,7 @@ action() {
shift $(( OPTIND - 1 ))
find "$BASEDIR/bin" ! -name rstar -type f -exec rm -f {} +
+ find "$BASEDIR/bin" ! -name rstar -type l -exec rm -f {} +
rm -fr -- "$BASEDIR/dist"
rm -fr -- "$BASEDIR/include"
rm -fr -- "$BASEDIR/lib/libmoar.so"