From 8b8f617d5c5daa621cd94770275da2b46f618f3f Mon Sep 17 00:00:00 2001 From: Andreas Kapp Lindquist Date: Fri, 3 Oct 2025 13:21:57 +0200 Subject: refactor(Makefile): Attempt at making Makefile --- makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 makefile (limited to 'makefile') diff --git a/makefile b/makefile deleted file mode 100755 index 7268cab..0000000 --- a/makefile +++ /dev/null @@ -1,10 +0,0 @@ -as src/coordinateManager.s -o obj/coordinateManager.o -g -as src/insertion_sort.s -o obj/insertion_sort.o -g -as src/sorter.s -o obj/sorter.o -g -as src/main.s -o obj/main.o -g -as src/file_parser.s -o obj/file_parser.o -g -as snippets/allocate.s -o obj/allocate.o -g -as snippets/fileHandling.s -o obj/fileHandling.o -g -as snippets/parsing.s -o obj/parsing.o -g -as snippets/utils.s -o obj/utils.o -g -ld obj/coordinateManager.o obj/insertion_sort.o obj/sorter.o obj/main.o obj/allocate.o obj/fileHandling.o obj/parsing.o obj/utils.o obj/file_parser.o -o main -g -- cgit v1.2.3-70-g09d2