changeset 549:26c8edc8b79f

Clean should delete shared libraries, too.
author Rob Landley <rob@landley.net>
date Mon, 14 Jan 2008 22:38:23 -0600
parents e0e9974a231b
children cfb21030b240
files make/clean.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/clean.sh	Thu Jan 03 17:10:59 2008 -0600
+++ b/make/clean.sh	Mon Jan 14 22:38:23 2008 -0600
@@ -3,6 +3,6 @@
 source configure
 
 # Need to figure out how much of this is needed...
-$DEBUG rm -f *~ *.o *.a tinycc *-tinycc *-tinycc_unstripped a.out \
+$DEBUG rm -f *~ *.o *.a *.so tinycc *-tinycc *-tinycc_unstripped a.out \
       test[0-9] test[0-9].out \
       libtcc_test tinycc.1 *.bin *.i ex2 core gmon.out *.exe *.lib win32/lib/*.o