summaryrefslogtreecommitdiff
path: root/games/xasteroids/files/Imakefile
blob: 638c39d55691c2f0c5d35c9912c715dca80a1e2c (plain) (blame)
1
2
3
4
5
6
7
8
9
  LOCAL_LIBRARIES = -lm $(XLIB)

  MANSUFFIX=6

  OBJS = xast.o

  SRCS = xast.c

  ComplexProgramTarget(xasteroids)