xref: /dflybsd-src/games/tetris/Makefile (revision 0066c2fbb58010ae1e4ae18d31b50fdef46dda49)
1#	$OpenBSD: Makefile,v 1.8 2015/11/17 15:27:24 tedu Exp $
2
3PROG=	tetris
4SRCS=	input.c screen.c shapes.c scores.c tetris.c
5MAN=	tetris.6
6GAMESCURSES=
7
8.include <bsd.prog.mk>
9