summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakedeps.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/makedeps.sh b/makedeps.sh
index 99ce444..ce20e7d 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -14,6 +14,9 @@ if [ -f $NAME-$VERSION.tgz ]; then
echo "+ Pack"
tar czf ../$NAME-deps-$VERSION.tgz mycargo
popd
+
+ echo "+ Clean"
+ rm -r $MODULE-$VERSION
else
echo $NAME-$VERSION.tgz missing
fi