aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 3 insertions, 0 deletions
diff --git a/run b/run
index 87a3817..ca40fd1 100755
--- a/run
+++ b/run
@@ -84,6 +84,9 @@ make_cross() {
cd "${DIR}/opt/libexec/gcc/i686-elf/11.1.0/" && ln -sf liblto_plugin.so.0.0 liblto_plugin.so
fi
+ # Remove sources
+ rm -rf "${dir}/src/"
+
cd "${DIR}/.."
fi
}