X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=Makefile.in;h=52776e0ddc81d779a869530184a2aeeff9f45c5e;hp=8d5371069450aca6e2683905075a9a575c282ce1;hb=748302caa93af2c412bcd30dad5787a5a24e9af5;hpb=5feca72a227ae93db526a09596d5457116c10c5e diff --git a/Makefile.in b/Makefile.in index 8d53710..52776e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,9 +35,10 @@ 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 examples/node_info rm -f mlvirsh/mlvirsh rm -f virt-ctrl/virt-ctrl rm -f virt-top/virt-top