home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d886 / goalkeeper.lha / GoalKeeper / Sources / makefile < prev    next >
Makefile  |  1993-07-16  |  203b  |  13 lines

  1. main.o:  main.c
  2.    cc main
  3.  
  4. Results.o:  Results.c
  5.    cc Results
  6.  
  7. ShowText.o: ShowText.c
  8.    cc ShowText
  9.  
  10. Goalkeeper:   main.o   Results.o   ShowText.o
  11.    ln -o Goalkeeper main.o Results.o ShowText.o -Lc
  12.  
  13.