Home | History | Annotate | Line # | Download | only in emuspeed
Makefile revision 1.6
      1  1.6  lukem #	$NetBSD: Makefile,v 1.6 2002/09/18 05:41:50 lukem Exp $
      2  1.6  lukem 
      3  1.6  lukem NOMAN=		# defined
      4  1.1     is 
      5  1.5     tv PROG=		emuspeed
      6  1.5     tv SRCS=		emuspeed.c test.S mul64.S div64.S # movepto.c movepfrom.c
      7  1.1     is 
      8  1.1     is .include <bsd.prog.mk>
      9  1.1     is 
     10  1.1     is regress: all
     11  1.1     is 	@./emuspeed
     12