home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 950.dms / 950.adf / QCal / MakeFile < prev    next >
Makefile  |  1993-03-09  |  229b  |  20 lines

  1. # Make file for calender program
  2.  
  3. cal: cal.o date.o file.o 
  4.    blink FROM LIB:c.o cal.o date.o file.o TO QCal LIB LIB:lc.lib LIB:amiga.lib
  5.  
  6.  
  7.  
  8. cal.o: cal.c
  9.    lc cal.c
  10.  
  11.  
  12.  
  13. date.o: date.c
  14.    lc date.c
  15.  
  16.  
  17.  
  18. file.o: file.c
  19.    lc file.c
  20.