home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff220.lzh / DNet / MAKE < prev    next >
Text File  |  1989-06-04  |  75b  |  11 lines

  1. #!/bin/sh
  2. cd lib
  3. make
  4. cd ../dnet
  5. make
  6. cd ../client
  7. make
  8. cd ../server
  9. make
  10.  
  11.