diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-15 13:55:31 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-15 13:55:31 +0000 |
commit | 15033259be8af2569229d2a6050b257887c0c652 (patch) | |
tree | 003fde48adeb598161236d57a249e1f2efbd61d7 /Makefile | |
parent | 38f300b95fd7a66f0ffd546e65eb30571fc4d910 (diff) |
Cleanup any logfile we might possess.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |