home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / modem / byepc300.arc / BYECHAT.ARC / CHAT < prev    next >
Text File  |  1987-11-05  |  318b  |  18 lines

  1. #-----------------------------------------------------------
  2. # MAKE file for CHAT
  3. #
  4. # example:  C>make chat
  5. #
  6. #-----------------------------------------------------------
  7.  
  8. comp=
  9. lnk=
  10.  
  11. chat.obj:    chat.c
  12.     msc chat $(comp);
  13.  
  14. chat.exe:    chat.obj \msc\lib\byexlibs.lib
  15.     link chat,,,byexlibs $(lnk);
  16.  
  17.  
  18.