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