home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / CEREBRUM / WAT9609.ZIP / MAKEFILE next >
Text File  |  1991-09-12  |  334b  |  19 lines

  1. #
  2. #       Makefile for Watstar TCP/IP kernal
  3. #
  4. # switches:
  5. #    define the ones you want in the CFLAGS definition...
  6. #
  7. #    TRACE        - turn on tracing/debugging code
  8. #
  9. #
  10. all:
  11.         if not exist lib\tcpbig.lib md lib
  12.         cd elib
  13.         make
  14.         cd ..\src
  15.         make
  16.         cd ..\apps
  17.         make
  18.         cd ..
  19.