diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-06 10:18:16 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-06 10:18:16 +0000 |
commit | 0a6d16fa6e7adf9b41b84ccf6be66584cc9ab560 (patch) | |
tree | c8a64a5c3e095990df2ef14cf597582f12ede510 | |
parent | bd00786fdf1af858f9e2e98a2979c77b4f316777 (diff) |
When running "make clean" tidy up the new custodian-bytemark package too.
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,10 +8,10 @@ default: clean: - rm -rf ./debian/custodian + rm -rf ./debian/custodian ./debian/custodian-bytemark rm -rf ./man - rm -f ./debian/custodian.debhelper.log - rm -f ./debian/custodian.substvars + rm -f ./debian/*.debhelper.log + rm -f ./debian/*.substvars rm -f ./debian/files find . -name 'custodian-dequeue.log' -delete || true find . -name 'alerts.log' -delete || true |