home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / GIFLIB12.ZIP / MAKE-UNX < prev    next >
Text File  |  1990-02-27  |  200b  |  14 lines

  1. #/bin/csh -f
  2. #
  3. # Gershon Elber, Feb 90.
  4. #
  5.  
  6. cd lib
  7. make -f makefile.unx libgif.a
  8. cd ..
  9. cd util
  10. make -f makefile.unx all
  11. make -f makefile.unx rle  # Only if you have the rle tool kit!
  12. cd ..
  13. strip bin/*
  14.