# HG changeset patch # User Rob Landley # Date 1200371903 21600 # Node ID 26c8edc8b79fb98112cc557795b585e7311582ba # Parent e0e9974a231b0d3806c294cf8943b6be59da70b4 Clean should delete shared libraries, too. diff -r e0e9974a231b -r 26c8edc8b79f make/clean.sh --- 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