From 503e11d45535012a2ff28916afa160b41f16759a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 5 Apr 2000 22:44:33 +0000 Subject: Improved clean target. --- examples/VFS/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/VFS/Makefile b/examples/VFS/Makefile index f6aa92b3145..f2cf82cce2b 100644 --- a/examples/VFS/Makefile +++ b/examples/VFS/Makefile @@ -1,7 +1,7 @@ # # Makefile for samba-vfs examples # -# $Id: Makefile,v 1.2.2.1 2000/04/05 22:20:34 tpot Exp $ +# $Id: Makefile,v 1.2.2.2 2000/04/05 22:44:33 tpot Exp $ # # Variables @@ -29,4 +29,5 @@ default: $(VFS_OBJS) clean: rm -rf .libs - rm -f core $(VFS_OBJS) $(VFS_OBJS:.so=.lo) *~ *% *.bak + rm -f core *~ *% *.bak \ + $(VFS_OBJS) $(VFS_OBJS:.so=.o) $(VFS_OBJS:.so=.lo) -- cgit v1.2.1