Cross Reference: Makefile
xref: /src/games/gomoku/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/gomoku/
Makefile revision 1.1
1#	@(#)Makefile	8.1 (Berkeley) 7/24/94
2
3PROG=	gomoku
4SRCS=	bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
5MAN6=	gomoku.0
6DPADD=	${LIBCURSES} ${LIBTERM}
7LDADD=	-lcurses -ltermlib
8HIDEGAME=hidegame
9
10.include <bsd.prog.mk>
11

Indexes created Sun Dec 21 11:09:39 GMT 2025