10 lines
168 B
Makefile
10 lines
168 B
Makefile
|
# @(#)Makefile 5.2 (Berkeley) 2/28/91
|
||
|
|
||
|
PROG= snscore
|
||
|
CFLAGS+=-I${.CURDIR}/../snake
|
||
|
NOMAN= noman
|
||
|
HIDEGAME=hidegame
|
||
|
|
||
|
.include "../../Makefile.inc"
|
||
|
.include <bsd.prog.mk>
|