aboutsummaryrefslogtreecommitdiff
path: root/src/run.sh
diff options
context:
space:
mode:
authorAndreas Kapp Lindquist <alind24@student.sdu.dk>2025-09-30 10:23:01 +0200
committermithe24 <mithe24@student.sdu.dk>2025-10-29 13:49:57 +0100
commitd9d3fe076a4c316cd3e2e2a1082688bcc876c6b5 (patch)
tree0b6ed3ac9a3f47348e885add46c844247e0374d4 /src/run.sh
parent4f87bb4d0571026f8881dc6559f7b3c1a2ca5dec (diff)
downloadsorter-d9d3fe076a4c316cd3e2e2a1082688bcc876c6b5.tar.gz
sorter-d9d3fe076a4c316cd3e2e2a1082688bcc876c6b5.zip
refactor(run.sh,test.s,utils.s): Removed test files
Diffstat (limited to 'src/run.sh')
-rwxr-xr-xsrc/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/run.sh b/src/run.sh
deleted file mode 100755
index 961defc..0000000
--- a/src/run.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-as test.s -o test.o -g
-as sorter.s -o sorter.o -g
-as insertion_sort.s -o insertion_sort.o -g
-as utils.s -o utils.o -g
-ld insertion_sort.o sorter.o utils.o test.o -o test -g
-./test