Home | History | Annotate | Line # | Download | only in snscore
Makefile revision 1.1.1.1
      1 #	@(#)Makefile	5.2 (Berkeley) 2/28/91
      2 
      3 PROG=	snscore
      4 CFLAGS+=-I${.CURDIR}/../snake
      5 NOMAN=	noman
      6 HIDEGAME=hidegame
      7 
      8 .include "../../Makefile.inc"
      9 .include <bsd.prog.mk>
     10