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 | a76474c7228a1e47e7fc4581af5e1ca74a38213d (patch) | |
| tree | 003fde48adeb598161236d57a249e1f2efbd61d7 | |
| parent | 6bc5d454c8206def638e6fd01420de9bf196034d (diff) | |
  Cleanup any logfile we might possess.
| -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 | 
