home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / DVD!OMA1.DMS / in.adf / OOMA / makefile next >
Encoding:
Makefile  |  1994-10-13  |  156 b   |  9 lines

  1. # Makefile für OOMA-Beispiel
  2.  
  3. test.obj: test.asm
  4.    OMA test.asm -o test.obj -c sq -m
  5.  
  6. test: test.obj ooma.obj
  7.    DLINK test.obj LIB ALIB:ooma.obj TO test
  8.  
  9.