MAKEFILE 260 B

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