1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

Clean .o files in lib/ and libcli/ too.

This commit is contained in:
Jelmer Vernooij 2008-09-24 16:10:34 +02:00
parent 2413a72006
commit 3023a56b64

View File

@ -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