home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 556b.lha / DiamondQuest_v1.1 / Voice / makefile next >
Makefile  |  1991-09-17  |  170b  |  10 lines

  1. # makefile for GameTest #
  2.  
  3. voice : voice.obj
  4.    Blink voice.obj lib amiga.lib to voice
  5.  
  6. voice.obj : voice.asm
  7.    m:c/assem voice.asm -i m:include1.2
  8.  
  9. # end of makefile #
  10.