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