From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 30 Apr 2008 17:28:32 +0000 (+0100) Subject: Remove *.annot files when making clean. X-Git-Url: http://git.annexia.org/?p=virt-df.git;a=commitdiff_plain;h=a2c695deef4043ec197ff4b55497294a51b1ca93 Remove *.annot files when making clean. --- diff --git a/Makefile.in b/Makefile.in index 1eda991..87d131b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,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 *.exe core); \ + *.so *.opt *~ *.dll *.exe *.annot core); \ done rm -f virt-df/virt-df