#
# Makefile
#

test.dat:	test.s09
	srec_cat test.s09 -m -o test.dat -vm 8

test.s09:	test.asm
	a09 -L -S test.asm

# End of Makefile
