summaryrefslogtreecommitdiffstats
path: root/snake/snscore/Makefile
blob: 3310300b3e40f397619ab25e882b689cea46e3ca (plain) (blame)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	5.2 (Berkeley) 2/28/91

PROG=	snscore
CFLAGS+=-I${.CURDIR}/../snake
NOMAN=	noman
HIDEGAME=hidegame

.include "../../Makefile.inc"
.include <bsd.prog.mk>