home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume19 / xtmines / part02 / Imakefile < prev    next >
Encoding:
Makefile  |  1993-04-28  |  201 b   |  10 lines

  1.  
  2. LOCAL_LIBRARIES    = $(XLIB)
  3. CDEBUGFLAGS    = -s -O
  4. #DEFINES    = -DNOUSLEEP
  5.  
  6. SRCS        = xtmines.c init.c play.c event.c hiscore.c
  7. OBJS        = xtmines.o init.o play.o event.o hiscore.o
  8.  
  9. ComplexProgramTarget(xtmines)
  10.