home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / PD-Games / DogFight! / Sources.lha / smakefile < prev    next >
Makefile  |  1994-05-16  |  364b  |  17 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.51 on Jan 11 1994 at 08:59:51
  3. #
  4.  
  5. OBJS= DogFight!_1.0.o DogFight!_class9.o sound.o
  6.  
  7. DogFight!: $(OBJS)
  8.    sc link to DogFight! with <<
  9. $(OBJS)
  10. <
  11.  
  12. DogFight!_1.0.o: DogFight!_1.0.cpp dogfight!_class9.h dogfight!_1.0.h sound.h
  13.  
  14. DogFight!_class9.o: DogFight!_class9.cpp dogfight!_class9.h sound.h
  15.  
  16. sound.o: sound.c snd.h
  17.