#
# fake boot roms for Star (780/785)
#
BBS=../bb/bbs

all:V: uda hp

%: %.t
	$BBS <$prereq >$target
%.t: %.s
	as -d2 -o $target $prereq
	nm -u $target
