home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 142.lha / DNet / makeit.sh < prev    next >
Text File  |  1986-11-21  |  295b  |  20 lines

  1. #   shell script to make dnet
  2. #
  3. #   Aztec C compilation (I *AM* interested in making it compilable under
  4. #   lattice C also, please send comments on what I have to change).
  5.  
  6. #   The DNET driver itself
  7. cd dnet
  8. make
  9.  
  10. #   Client programs
  11. cd /client
  12. make
  13.  
  14. #   Server programs
  15. cd /server
  16. make
  17.  
  18. cd /
  19.  
  20.