From 14a2cb9bb8e0305298e188aa97367f68db7f9f5f Mon Sep 17 00:00:00 2001
From: Alex Stratford <alexander3.stratford@live.uwe.ac.uk>
Date: Tue, 3 Dec 2019 20:22:59 +0000
Subject: [PATCH] Updated makefile

---
 Makefile.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.build b/Makefile.build
index 0810c23..9e4b7b9 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -63,7 +63,7 @@ userprog_SRC += userprog/syscall.c	# System call handler.
 userprog_SRC += userprog/gdt.c		# GDT initialization.
 userprog_SRC += userprog/tss.c		# TSS management.
 userprog_SRC += userprog/syscall_exec.c
-userprog_SRC += userprog/syscall_exit.c
+userprog_SRC += userprog/syscall_open.c
 userprog_SRC += userprog/syscall_halt.c
 userprog_SRC += userprog/syscall_wait.c
 
-- 
GitLab