summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cd5f68..71c4927 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-01-08 Richard Jones <rjones@redhat.com>
+ Clean up *.exe files.
+ * Makefile.in: Clean up *.exe files.
+
Version 0.4.0.1 released.
* Makefile.in: Provide a 'winupload' target.
diff --git a/Makefile.in b/Makefile.in
index 8d53710..1538d71 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,7 +35,7 @@ all opt depend install:
clean:
for d in . $(SUBDIRS); do \
- (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so *.opt *~ *.dll core); \
+ (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so *.opt *~ *.dll *.exe core); \
done
rm -f examples/list_domains
rm -f mlvirsh/mlvirsh