From 45cb4471c3ebcd3fc8119443b864f08f5d8664e7 Mon Sep 17 00:00:00 2001 From: "Nguyen13.Minh@live.uwe.ac.uk" <nguyen13.minh@live.uwe.ac.uk> Date: Sat, 14 Dec 2024 05:32:45 +0000 Subject: [PATCH] Update file README.md --- worksheet1/README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/worksheet1/README.md b/worksheet1/README.md index 94cd09b..1770572 100644 --- a/worksheet1/README.md +++ b/worksheet1/README.md @@ -196,27 +196,7 @@ The Makefile automates the compilation of all tasks for streamlined testing and **Sample Makefile:**  -``` -all: task1 task1.2 task2.1 task2.2 task2.3 - -task1: task1.o asm_io.o - gcc -m32 task1.o asm_io.o -o task1 - -task1_2: task1.2.o asm_io.o - gcc -m32 task1.2.o asm_io.o -o task1.2 - -task2_1: task2.1.o asm_io.o - gcc -m32 task2.1.o asm_io.o -o task2.1 -task2_2: task2.2.o asm_io.o - gcc -m32 task2.2.o asm_io.o -o task2.2 - -task2_3: task2.3.o asm_io.o - gcc -m32 task2.3.o asm_io.o -o task2.3 - -clean: - rm -f *.o task1 task1.2 task2.1 task2.2 task2.3 -``` **Commands:** **Build the Kernel and ISO** ``` -- GitLab