From e2c2361f335a45d1268481c17fea6f50aa03bbff Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 3 Nov 2024 15:05:19 +0100 Subject: IMP: MakeFramework tool, (Alpha) - This tool is used to make frameworks and apps. Signed-off-by: Amlal El Mahrouss --- dev/SCIKit/src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev/SCIKit/src/Makefile') diff --git a/dev/SCIKit/src/Makefile b/dev/SCIKit/src/Makefile index e518909a..68a6407b 100644 --- a/dev/SCIKit/src/Makefile +++ b/dev/SCIKit/src/Makefile @@ -1,4 +1,3 @@ .PHONY: syscall_unit syscall_unit: - nasm -f win64 Syscall.asm - + nasm -f win64 DispatchSysCalls.asm -o DispatchSysCalls.obj -- cgit v1.2.3