mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
Makefile: add targets [clean_]libnetapi_examples to top lvl Makefile
Michael
This commit is contained in:
parent
0ab8da253b
commit
96b1bf0dd4
@ -2733,3 +2733,9 @@ libsmbclient_examples:
|
||||
|
||||
clean_libsmbclient_examples:
|
||||
$(MAKE) -C ../examples/libsmbclient -f Makefile.internal clean
|
||||
|
||||
libnetapi_examples: libnetapi
|
||||
$(MAKE) -C lib/netapi/examples
|
||||
|
||||
clean_libnetapi_examples:
|
||||
$(MAKE) -C lib/netapi/examples clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user