summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-17 14:31:18 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-17 14:31:18 +0000
commit869f491e22f7a8ba4e4cf374ca0d4a34f2c38727 (patch)
treecfeae209670fea666c96b304164740916436c1f2 /Makefile
parent3b692c695ebc0a027f4dc6226218a2bdf42da392 (diff)
Make checked things more explicit, tidy Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fa9f36e..6a8e221 100644
--- a/Makefile
+++ b/Makefile
@@ -119,10 +119,8 @@ testall:
done)
clean:
- -rm -- *log
- -rm address
- -rm pid
- -rm tmp-session-bus
+ rm -f -- *log
+ rm -f address pid tmp-session-bus monitor
check:
( dbus-daemon --config-file=tmp-session.conf --print-pid --print-address=5 --fork >pid 5>address ; \