# @(#)Makefile	1.2

test: intr.s README
	spim -noexception -mapped_io -file intr.s

clean:
	-sccs clean
