summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-15 13:55:31 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-15 13:55:31 +0000
commita76474c7228a1e47e7fc4581af5e1ca74a38213d (patch)
tree003fde48adeb598161236d57a249e1f2efbd61d7 /Makefile
parent6bc5d454c8206def638e6fd01420de9bf196034d (diff)
Cleanup any logfile we might possess.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e8da5f5..3cb7277 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ tidy:
rm -f ./debian/custodian.debhelper.log
rm -f ./debian/custodian.substvars
rm -f ./debian/files
+ find . -name 'custodian-dequeue.log' -delete || true
test:
t/test-suite