]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - tetris/Makefile
ascii tetris!
[bsdgames-darwin.git] / tetris / Makefile
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2
3 PROG= tetris
4 SRCS= input.c screen.c shapes.c scores.c tetris.c
5 MAN6= tetris.0
6 DPADD= ${LIBTERM}
7 LDADD= -ltermcap
8 HIDEGAME=hidegame
9
10 .include <bsd.prog.mk>