MAKEFILE.TXT
Upload User: better800
Upload Date: 2022-06-13
Package Size: 1853k
Code Size: 0k
Category:

TCP/IP Stack

Development Platform:

DOS

  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 libwattcplg.lib md lib
  12.         cd elib
  13.         make
  14.         cd ..src
  15.         make
  16.         cd ..apps
  17.         make
  18.         cd ..