#
# Makefile
#

test.dat:	test.hex
	srec_cat test.hex -i -o test.dat -vm 8

test.hex:	test.s
	mas65 test.s -hex

# End of Makefile
