matt mooney | 9a20542 | 2011-06-19 22:44:31 -0700 | [diff] [blame] | 1 | #!/bin/sh |
Takahiro Hirofuchi | 0945b4f | 2011-05-14 03:55:07 -0700 | [diff] [blame] | 2 | |
| 3 | if [ -r Makefile ]; then |
| 4 | make distclean |
| 5 | fi |
| 6 | |
matt mooney | 9a20542 | 2011-06-19 22:44:31 -0700 | [diff] [blame] | 7 | FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \ |
| 8 | config.status config.sub configure cscope.out depcomp install-sh \ |
| 9 | libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \ |
| 10 | Makefile.in missing src/Makefile src/Makefile.in" |
Takahiro Hirofuchi | 0945b4f | 2011-05-14 03:55:07 -0700 | [diff] [blame] | 11 | |
matt mooney | 9a20542 | 2011-06-19 22:44:31 -0700 | [diff] [blame] | 12 | rm -vRf $FILES |