home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_08 / 8n08139b < prev    next >
Text File  |  1990-07-18  |  126b  |  7 lines

  1. # MSC compatible makefile
  2.  
  3. #set environment MODEL=S,M,L,C, or H to specify model
  4.  
  5. exestr.exe: $*.c
  6.     CC /A$(MODEL) $*.c 
  7.