summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-08 17:43:06 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-08 17:43:06 (EDT)
commit1a353b331cff6d91458e662b2430d9860cddaf1d (patch)
tree324b668aed2ea88cbc2ea427bc8da3657841cd99
parentfafbf3f38200e183f7c97dda4419eb65d7a69f57 (diff)
config: Remove targets file on clean.
-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 "${@}"