aboutsummaryrefslogtreecommitdiff
path: root/src/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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