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
commit15033259be8af2569229d2a6050b257887c0c652 (patch)
tree003fde48adeb598161236d57a249e1f2efbd61d7 /Makefile
parent38f300b95fd7a66f0ffd546e65eb30571fc4d910 (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