summaryrefslogtreecommitdiff
path: root/examples/VFS/Makefile
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-04-05 22:41:42 +0000
committerTim Potter <tpot@samba.org>2000-04-05 22:41:42 +0000
commita5ef1a71aae21b871a725d4e6e89cea201f1dcba (patch)
treec0c22ee69965f454b946e6f8ea792d6374be0129 /examples/VFS/Makefile
parentd598f54c52a7ac9dcdffaf14602dfbed4ee28f2c (diff)
downloadsamba-a5ef1a71aae21b871a725d4e6e89cea201f1dcba.tar.gz
samba-a5ef1a71aae21b871a725d4e6e89cea201f1dcba.tar.bz2
samba-a5ef1a71aae21b871a725d4e6e89cea201f1dcba.zip
Improved clean target.
(This used to be commit facdfd319de59be4dd9b500202d33a2f3853c2c6)
Diffstat (limited to 'examples/VFS/Makefile')
-rw-r--r--examples/VFS/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/VFS/Makefile b/examples/VFS/Makefile
index c4c9479c7d..bb0c307fe9 100644
--- a/examples/VFS/Makefile
+++ b/examples/VFS/Makefile
@@ -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)