home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / modem / byepc300.arc / BYESHELL.ARC / SHELL < prev    next >
Text File  |  1987-07-28  |  313b  |  17 lines

  1. #-----------------------------------------------------------
  2. # MAKE file for SHELL
  3. #
  4. # example:  C>make shell
  5. #
  6. #-----------------------------------------------------------
  7.  
  8. comp=/Ot
  9.  
  10. shell.obj:      shell.c
  11.     msc shell $(comp);
  12.  
  13. shell.exe:     shell.obj ..\byexface\byexface.obj
  14.     link $**, $@;
  15.  
  16.  
  17.