summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/config b/config
index 2aad066..f1b0631 100755
--- a/config
+++ b/config
@@ -60,6 +60,8 @@ clean()
for _pkg in ${TPL_PKGS}; do
rm -Rf "${_pkg}"-*-*-*.pkg/
done
+
+ rm -f targets
}
main "${@}"