summaryrefslogtreecommitdiffhomepage
path: root/dev/libSystem/src/GNUmakefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-29 17:19:57 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-29 17:19:57 +0200
commit81027667166d9624ee12f45f011426678d1bbbf4 (patch)
treed12fd352d23ae9c9a167c2c1b8b98c2c9cac2df7 /dev/libSystem/src/GNUmakefile
parent3167f59dbb401d6a79b1524537e04218baf49ee3 (diff)
feat: Improve libSystem's architecture and implementation.
fix: Fix NeKit's Ref, and ErrorOr classes. fix: Fix userland tools. next: - Finish the latest tickets and then release nekernel 0.0.3 Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libSystem/src/GNUmakefile')
-rw-r--r--dev/libSystem/src/GNUmakefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev/libSystem/src/GNUmakefile b/dev/libSystem/src/GNUmakefile
deleted file mode 100644
index 9b901f9f..00000000
--- a/dev/libSystem/src/GNUmakefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##################################################
-# (c) Amlal El Mahrouss, all rights reserved.
-# This file is for libSystem.sys's syscall stubs.
-##################################################
-
-ASM=nasm
-FLAGS=-f win64
-
-.PHONY: error
-error:
- @echo "==> Invalid rule."
- @echo "==> Use sci_asm_io_<arch> instead."
-
-.PHONY: sci_asm_io_x64
-sci_asm_io_x64:
- $(ASM) $(FLAGS) SystemCalls+IO.asm -o SystemCalls+IO.stub.obj