From a76474c7228a1e47e7fc4581af5e1ca74a38213d Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 15 Nov 2012 13:55:31 +0000 Subject: Cleanup any logfile we might possess. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3