openbsd-ports/games/xasteroids/files/Imakefile
1998-05-20 01:41:18 +00:00

10 lines
117 B
Plaintext

LOCAL_LIBRARIES = -lm $(XLIB)
MANSUFFIX=6
OBJS = xast.o
SRCS = xast.c
ComplexProgramTarget(xasteroids)