home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / dse-src3.dms / in.adf / Utilities / IffConverters / IFFConvert.lha / IFFConvert / src / makefile < prev    next >
Encoding:
Makefile  |  1992-07-24  |  173 b   |  7 lines

  1. iffconvert: iffconvert.o iffpack.o filereq.o
  2.    ln -o iffconvert iffconvert.o iffpack.o filereq.o reqtoolsglue.o -lc
  3.  
  4. iffconvert.o: iffconvert.c iffmenu.h
  5.    cc iffconvert
  6.  
  7.