comparison 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
comparison
equal deleted inserted replaced
97:fe0551c9b8cd 98:016ecc7284ab
1 OUTPUTS=tfo-efr.hex tfo-fr.hex tfo-hr.hex
2
3 all: ${OUTPUTS}
4
5 .SUFFIXES: .bin .hex
6
7 .bin.hex:
8 ../utils/gen-hex-lines $< $@ 40
9
10 clean:
11 rm -f *.hex