summaryrefslogtreecommitdiffstats
path: root/makedeps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makedeps.sh')
-rwxr-xr-xmakedeps.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/makedeps.sh b/makedeps.sh
index a11cb39..d5ddea8 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -16,6 +16,9 @@ if [ -f $EXT-$1.tgz ]; then
echo "+ Pack"
tar czf ../$EXT-deps-$1.tgz mycargo
popd
+
+ echo "+ Clean"
+ rm -rf $EXT-$1
else
echo $EXT-$version.tgz missing
fi