view tfo-ut/Makefile @ 100:a1868d31ce7f default tip

tfo-ut: add README
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 19 Mar 2025 01:39:57 +0000
parents 016ecc7284ab
children
line wrap: on
line source

OUTPUTS=tfo-efr.hex tfo-fr.hex tfo-hr.hex

all:	${OUTPUTS}

.SUFFIXES:	.bin .hex

.bin.hex:
	../utils/gen-hex-lines $< $@ 40

clean:
	rm -f *.hex