summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-12-06 10:18:16 +0000
committerSteve Kemp <steve@steve.org.uk>2012-12-06 10:18:16 +0000
commit61bad13950f667fbfa730da8aea559210a5a5a7e (patch)
tree3d2b394d765fd4d22a1a4a7ad5084e2ff9c6a631
parented942ed2548c657cc695f211195d76eb928ca141 (diff)
When running "make clean" tidy up the new custodian-bytemark package too.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 96e2504..eaebd70 100644
--- a/Makefile
+++ b/Makefile
@@ -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