mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-23 09:54:14 +00:00
remove .la files on modwipe
This commit is contained in:
parent
b406a61f95
commit
79d86a7d60
@ -695,7 +695,7 @@ modclean: $(switch_builddir)/modules.conf
|
|||||||
@cd src/mod && $(MAKE) $(AM_MAKEFLAGS) clean
|
@cd src/mod && $(MAKE) $(AM_MAKEFLAGS) clean
|
||||||
|
|
||||||
modwipe:
|
modwipe:
|
||||||
rm -f $(modulesdir)/*.${DYNAMIC_LIB_EXTEN}
|
rm -f $(modulesdir)/*.${DYNAMIC_LIB_EXTEN} $(modulesdir)/*.la
|
||||||
|
|
||||||
dox:
|
dox:
|
||||||
cd docs && doxygen $(PWD)/docs/Doxygen.conf
|
cd docs && doxygen $(PWD)/docs/Doxygen.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user