diff options
Diffstat (limited to '')
| -rwxr-xr-x | src/run.sh | 6 |
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 |