Improved clean target.
authorTim Potter <tpot@samba.org>
Wed, 5 Apr 2000 22:41:42 +0000 (22:41 +0000)
committerTim Potter <tpot@samba.org>
Wed, 5 Apr 2000 22:41:42 +0000 (22:41 +0000)
examples/VFS/Makefile

index c4c9479c7d39390207e47c46e806df07441c84de..bb0c307fe9e4932368cde56841d2cf6f54d73495 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile for samba-vfs examples
 #
-# $Id: Makefile,v 1.2 2000/02/04 05:08:16 tpot Exp $
+# $Id: Makefile,v 1.3 2000/04/05 22:41:42 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)