commit e3dbd78a2a5dc4f1d004a2462efa8e98c622b596
parent 6270d3a795320fa6f51e874c68a7ba100cac76ad
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 3 Jan 2021 11:36:12 -0500
tests: fix makefile formatting
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/configure b/tests/configure
@@ -12,7 +12,7 @@ tests() {
do
cat <<EOF
tests/$t: libhart.a tests/$t.ha
- @printf 'HAREC %s\t$@\n' "tests/$t"
+ @printf 'HAREC\t%s\t$@\n' "tests/$t"
@./harec -o tests/$t.ssa tests/$t.ha
@\$(QBE) -o tests/$t.s tests/$t.ssa
@\$(AS) -o tests/$t.o tests/$t.s