Home | History | Annotate | Line # | Download | only in teachgammon
Makefile revision 1.8
      1  1.8  lukem #	$NetBSD: Makefile,v 1.8 1997/10/10 08:59:50 lukem Exp $
      2  1.5    cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3  1.1    cgd 
      4  1.1    cgd PROG=	teachgammon
      5  1.8  lukem SRCS=	data.c teach.c ttext1.c ttext2.c tutor.c
      6  1.1    cgd NOMAN=	noman
      7  1.1    cgd 
      8  1.1    cgd .include <bsd.prog.mk>
      9