From 8a30937c1095296b05b7856cd60b59417894b9f9 Mon Sep 17 00:00:00 2001 From: Andreas Kapp Lindquist Date: Tue, 30 Sep 2025 09:52:03 +0200 Subject: feat(utils.s): Added printNum function for testing --- src/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/run.sh') diff --git a/src/run.sh b/src/run.sh index 8cf836f..0c5fa32 100755 --- a/src/run.sh +++ b/src/run.sh @@ -1,5 +1,6 @@ as test.s -o test.o -g as sorter.s -o sorter.o -g as insertionsort.s -o insertionsort.o -g -ld insertionsort.o sorter.o test.o -o test -g +as utils.s -o utils.o -g +ld insertionsort.o sorter.o utils.o test.o -o test -g ./test -- cgit v1.2.3-70-g09d2