From 940e858cf31202f41077f200b84dc11d854fbb0e Mon Sep 17 00:00:00 2001 From: n2-krishna <nithesh2.krishna@live.uwe.ac.uk> Date: Sat, 27 Mar 2021 00:34:52 +0000 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index af772f2..bf9c61a 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ OSNAME=minimal.bin CDROM=minimal.iso -AS=i686-elf-as -CC=i686-elf-gcc +AS=../bin/i686-elf-as +CC=../bin/i686-elf-gcc CFLAGS=-ffreestanding -O2 -std=gnu99 -Wall -Wextra LFLAGS=-ffreestanding -O2 -nostdlib -lgcc -- GitLab