home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 465.lha / WTF / source / makefile < prev   
Makefile  |  1991-01-05  |  151b  |  9 lines

  1. WTF: main.o handler.o
  2.     BLink FROM LIB:cback.o main.o handler.o TO WTF LIB LIB:lc.lib
  3.  
  4. main.o: main.c
  5.     lc -v main
  6.  
  7. handler.o: handler.s
  8.     GenIm2 handler
  9.