home *** CD-ROM | disk | FTP | other *** search
/ FreeWare Collection 2 / FreeSoftwareCollection2pd199x-jp.img / oakfep / makefile < prev    next >
Makefile  |  1990-06-14  |  259b  |  13 lines

  1.  
  2. OAKLIB.OBJ : OAKLIB.ASM
  3.     386asm OAKLIB.ASM -twoc
  4.  
  5. SAMPLE.OBJ : SAMPLE.C
  6.     hc386 SAMPLE.C
  7.  
  8. CONS.OBJ : CONS.C
  9.     hc386 CONS.C
  10.  
  11. SAMPLE.EXP : OAKLIB.OBJ SAMPLE.OBJ CONS.OBJ
  12.     386link  OAKLIB.OBJ SAMPLE.OBJ CONS.OBJ @make.lnk -exe SAMPLE.EXP
  13.