home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff281.lzh / LoadImage / MakeFile < prev    next >
Makefile  |  1989-11-20  |  167b  |  9 lines

  1. LoadImage:    LoadImage.o Cycling.o
  2.         LN LoadImage.o Cycling.o +Cd -Lc32
  3.  
  4. LoadImage.o:    LoadImage.c
  5.         CC LoadImage.c +L -L80 -E300
  6.  
  7. Cycling.o:    Cycling.c
  8.         CC Cycling.c +L
  9.