1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

FS-5822: --resolve

This commit is contained in:
Michael Jerris 2014-02-24 17:39:46 -05:00
parent b41d3a2c4a
commit 7143904e52

@ -781,6 +781,7 @@ eclean: clean
rm -f *.tar *.tgz *.gz
megaclean: eclean modclean
rm -f `find ./libs -name \*.o`
rm -f `find ./libs -name \*.la`
libclean: