From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Sun, 17 Aug 2008 11:34:07 +0000 (+0100) Subject: 'make clean' removes test_mmap program. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f5d8613b2c636b0628336de8379e30f7db6c4b23;p=virt-mem.git 'make clean' removes test_mmap program. --- diff --git a/Makefile.in b/Makefile.in index 3766099..0884557 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,6 +68,7 @@ clean: (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a \ *.so *.opt *~ *.dll *.exe *.annot core); \ done + rm -f lib/test_mmap rm -f uname/virt-uname rm -f dmesg/virt-dmesg rm -f ps/virt-ps