home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 290.dms / 290.adf / quickrif.source / makefile < prev    next >
Makefile  |  1989-01-31  |  219b  |  13 lines

  1.  
  2. CFLAGS= +L -n
  3.  
  4. O = blit.o copy.o main.o unvcomp.o unvscomp.o climain.o \
  5.  readriff.o clock.o zoecop.o
  6.  
  7. compile: $O
  8.     ln -o quickrif $O -lc32 
  9.  
  10. sluff:
  11.     sluff -Ifink:include main.c climain.c clock.c readriff.c pointer.c
  12.  
  13.