home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / DVD!OMA2.DMS / in.adf / Examples / makefile < prev    next >
Encoding:
Makefile  |  1994-10-13  |  77 b   |  5 lines

  1. # Makefile für Strip
  2.  
  3. Strip: Strip.asm
  4.    OMA Strip.asm -o Strip -m -i AINC:
  5.