From 15033259be8af2569229d2a6050b257887c0c652 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(+) (limited to 'Makefile') 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.1