home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / rebuild.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2006-10-19  |  68 b   |  7 lines

  1. #!/bin/sh
  2. autoconf &&
  3. rm -f config.cache &&
  4. ./configure $* &&
  5. make
  6.  
  7.