summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-08 13:22:14 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-08 13:22:14 +0000
commitb6a7967ea1a62c65685073b33ec36439fd9ede48 (patch)
tree668729d382d7f2b7f6eb9be107ff6371613b19f5 /Makefile.in
parent5feca72a227ae93db526a09596d5457116c10c5e (diff)
downloadvirt-top-b6a7967ea1a62c65685073b33ec36439fd9ede48.tar.gz
virt-top-b6a7967ea1a62c65685073b33ec36439fd9ede48.tar.xz
virt-top-b6a7967ea1a62c65685073b33ec36439fd9ede48.zip
Clean up *.exe files.
* Makefile.in: Clean up *.exe files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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