home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume19 / mines / part01 / Imakefile next >
Makefile  |  1993-04-28  |  144b  |  12 lines

  1. STD_INCLUDES = 
  2. CC = gcc
  3.  
  4. DEFINES =
  5. SRCS = mines.c
  6. OBJS = mines.o
  7. LOCAL_LIBRARIES = $(XLIB)
  8. DEPLIBS =
  9. ComplexProgramTarget(mines)
  10.  
  11. all :: mines
  12.