From 03297a7e6b8c498ab2d3f6a11be223a8eb146631 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 25 Jan 2011 10:35:07 +0100 Subject: [PATCH] remove all .so files, handy for version bumps --- libsndio/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsndio/Makefile.in b/libsndio/Makefile.in index 2619935..acdf71d 100644 --- a/libsndio/Makefile.in +++ b/libsndio/Makefile.in @@ -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 ---