view tfo-ut/Makefile @ 98:016ecc7284ab

tfo-ut: generate hex-encoded unit tests
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 19 Mar 2025 01:00:13 +0000
parents
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