home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 125.lha / Worm / Makefile next >
Makefile  |  1986-11-20  |  148b  |  7 lines

  1. worm:    worm.o rnd.o
  2.     blink lib:c.o+worm.o+rnd.o to worm lib lib:lcm.lib+lib:lc.lib+lib:amiga.lib
  3. worm.o:    worm.c
  4.     lc worm
  5. rnd.o:    rnd.asm
  6.     asm rnd.asm
  7.