remove all .so files, handy for version bumps

This commit is contained in:
Alexandre Ratchov 2011-01-25 10:35:07 +01:00
parent ad04c349ad
commit 03297a7e6b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ uninstall:
cd ${DESTDIR}${MAN7_DIR} && rm -f ${MAN7}
clean:
rm -f -- ${SO} *.o *~ *.bak *.core core
rm -f -- *.so *.so.* *.o *~ *.bak *.core core
# ---------------------------------------------------------- dependencies ---