home *** CD-ROM | disk | FTP | other *** search
- # shell script to make dnet
- #
- # Aztec C compilation (I *AM* interested in making it compilable under
- # lattice C also, please send comments on what I have to change).
-
- # The DNET driver itself
- cd dnet
- make
-
- # Client programs
- cd /client
- make
-
- # Server programs
- cd /server
- make
-
- cd /
-
-