# simple Imakefile for xasteroids SRCS = ast.c OBJS = ast.o EXTRA_LIBRARIES = -lX11 -lm SimpleProgramTarget(ast)