11 lines
230 B
Makefile
11 lines
230 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 2/28/91
|
|
# $Id: Makefile,v 1.2 1993/08/01 05:44:03 mycroft Exp $
|
|
|
|
PROG= snscore
|
|
CFLAGS+=-I${.CURDIR}/../snake
|
|
NOMAN= noman
|
|
HIDEGAME=hidegame
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|