home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / SRC / SRC15B81.ZIP / WATTSRC.ZIP / MAKEFILE next >
Text File  |  1997-02-23  |  278b  |  16 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.         cd elib
  12.         make
  13.         cd ..\src
  14.         make
  15.         cd ..
  16.