#
# Makefile
#

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

test.ihx:	test.rel
	sdcc test.rel

test.rel:	test.a51
	asx8051 -l -o test.a51

# End of Makefile
