summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-24 16:10:34 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-24 16:10:34 +0200
commit3023a56b64590df9672a084b07990836e675409f (patch)
tree48f3b8db955bfefc978ab04c4c6fae6632e931e4 /source4/Makefile
parent2413a7200623855b93946d44bcdb949e2dc170a0 (diff)
downloadsamba-3023a56b64590df9672a084b07990836e675409f.tar.gz
samba-3023a56b64590df9672a084b07990836e675409f.tar.bz2
samba-3023a56b64590df9672a084b07990836e675409f.zip
Clean .o files in lib/ and libcli/ too.
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 3630adce56..813f0cedd4 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -132,6 +132,9 @@ else
include $(srcdir)/static_deps.mk
endif
+clean::
+ @find ../lib ../libcli -name '*.o' -o -name '*.hd' | xargs rm -f
+
DEFAULT_HEADERS = $(srcdir)/lib/util/dlinklist.h \
$(srcdir)/version.h