FS-5822: --resolve

This commit is contained in:
Michael Jerris 2014-02-24 17:39:46 -05:00
parent b41d3a2c4a
commit 7143904e52
1 changed files with 1 additions and 0 deletions

View File

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