home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #6 / amigaacscoverdisc1998-061998.iso / games / descent / source / hogfile / makefile < prev   
Makefile  |  1998-06-08  |  260b  |  19 lines

  1. #
  2. # Master makefile for Miner source
  3. #
  4. # Makes all the executable by visiting subdirs and making there
  5. #
  6.  
  7. LIBDIR = ..\main
  8. #
  9.  
  10. CCFLAGS = /dNETWORK /dRELEASE /dNDEBUG
  11.  
  12. CLEAN_TARGS = $(OBJDIR)\*.obj
  13.  
  14. PROGS = hogfile
  15.  
  16. HOGFILE_SRCS = hogfile.c 
  17.  
  18.  
  19.