summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@adonis.trinhall.cam.ac.uk>2007-07-13 12:57:33 +0100
committerMatthew Johnson <mjj29@adonis.trinhall.cam.ac.uk>2007-07-13 12:57:33 +0100
commit21126dc19096be0849f00a141c9f096114100c2e (patch)
treecdb825c78169ecca8d4f0cc154cfcb4d20022617 /Makefile
parent9deb7e1bd86a08b81d3989201f0295f7ad78e0d6 (diff)
fix make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 03b4e4c..fd90a87 100644
--- a/Makefile
+++ b/Makefile
@@ -49,9 +49,9 @@ all: libdbus-java-$(VERSION).jar dbus-java-viewer-$(VERSION).jar bin/DBusDaemon
clean:
rm -rf doc bin classes testbin win
- rm -f *.1 *.o *.so *.h .dist .classes .testclasses .doc *.jar *.log pid address tmp-session-bus *.gz .viewerclasses .bin .testbin .win .binclasses
- rm -rf dbus-$(VERSION)
- rm -rf dbus-$(RELEASEVERSION)
+ rm -f *.1 *.o *.so *.h .dist .classes .testclasses .doc *.jar *.log pid address tmp-session-bus *.gz .viewerclasses .bin .testbin .win .binclasses Manifest
+ rm -rf dbus-java-$(VERSION)
+ rm -rf dbus-java-$(RELEASEVERSION)
classes: .classes
testclasses: .testclasses