From 5a904fbf12c2d4a270ac76ace4cc70a87869c74c Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 23 Jul 2021 16:03:33 +0100 Subject: Move ieee754b functions to their own file --- test.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.do') diff --git a/test.do b/test.do index f878369..e2798e8 100755 --- a/test.do +++ b/test.do @@ -1,4 +1,4 @@ #!/bin/bash -e -objects=(common.o pack.o test.o trace.o unpack.o) +objects=(common.o pack.o test.o trace.o unpack.o ieee754b.o) redo-ifchange .link-executable "${objects[@]}" . ./.link-executable -- cgit v1.2.3-54-g00ecf