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:
parent
2413a72006
commit
3023a56b64
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user