comparison make/clean.sh @ 549:26c8edc8b79f

Clean should delete shared libraries, too.
author Rob Landley <rob@landley.net>
date Mon, 14 Jan 2008 22:38:23 -0600
parents 26d8033259bc
children
comparison
equal deleted inserted replaced
548:e0e9974a231b 549:26c8edc8b79f
1 #!/bin/bash 1 #!/bin/bash
2 2
3 source configure 3 source configure
4 4
5 # Need to figure out how much of this is needed... 5 # Need to figure out how much of this is needed...
6 $DEBUG rm -f *~ *.o *.a tinycc *-tinycc *-tinycc_unstripped a.out \ 6 $DEBUG rm -f *~ *.o *.a *.so tinycc *-tinycc *-tinycc_unstripped a.out \
7 test[0-9] test[0-9].out \ 7 test[0-9] test[0-9].out \
8 libtcc_test tinycc.1 *.bin *.i ex2 core gmon.out *.exe *.lib win32/lib/*.o 8 libtcc_test tinycc.1 *.bin *.i ex2 core gmon.out *.exe *.lib win32/lib/*.o