home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d145 / dnet / amiga / makeit.sh < prev    next >
Encoding:
Text File  |  1988-05-26  |  295 b   |  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.