From 3023a56b64590df9672a084b07990836e675409f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 24 Sep 2008 16:10:34 +0200 Subject: Clean .o files in lib/ and libcli/ too. --- source4/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit