home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume13 / xasteroids2 / part01 / Imakefile < prev    next >
Makefile  |  1992-04-10  |  115b  |  8 lines

  1. # simple Imakefile for xasteroids
  2. SRCS = ast.c
  3. OBJS = ast.o
  4.  
  5. EXTRA_LIBRARIES = -lX11 -lm
  6.  
  7. SimpleProgramTarget(ast)
  8.