home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 545a.lha / HitMe / lmkfile < prev    next >
Text File  |  1991-09-06  |  257b  |  20 lines

  1. OBJECTS = hitme.o
  2.  
  3. HitMe: HitMe.exe
  4.    blink from hitme.exe to HitMe nd
  5.  
  6. HitMe.exe : $(OBJECTS)
  7.    BLINK <WITH <
  8. FROM LIB:c.o
  9.    $(OBJECTS)
  10. TO HitMe.exe
  11. LIB LIB:lcr.lib
  12. VERBOSE SMALLCODE SMALLDATA
  13. MAP HitMe.map h
  14. <
  15.  
  16. hitme.o        : hitme.c
  17.  
  18. .c.o:
  19.    lc $*
  20.