diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-10-08 21:50:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-08 21:50:05 +0200 |
| commit | 4afdeade47b4295e49b9d65ae26fa218e2fd81dd (patch) | |
| tree | 769db6f20bbaa86b0f886d409251e3a33cbc4b02 /dev/libSystem/src/Makefile | |
| parent | 3b6a7e8c87f94391f92b55f20b9ba3e560ef280e (diff) | |
feat: libSystem: new version of libSystem.
Diffstat (limited to 'dev/libSystem/src/Makefile')
| -rw-r--r-- | dev/libSystem/src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/libSystem/src/Makefile b/dev/libSystem/src/Makefile index 64ef02cc..ea8e9905 100644 --- a/dev/libSystem/src/Makefile +++ b/dev/libSystem/src/Makefile @@ -1,5 +1,5 @@ ################################################## -# (c) Amlal El Mahrouss, all rights reserved. +# (c) Amlal El Mahrouss and NeKernel contributors, all rights reserved. # This file is for libSystem.dll's syscall stubs. ################################################## @@ -8,9 +8,9 @@ FLAGS=-f win64 .PHONY: error error: - @echo "==> Invalid rule." + @echo "==> Invalid recipe." @echo "==> Use libsys_asm_io_<arch> instead." .PHONY: libsys_asm_io_x64 libsys_asm_io_x64: - $(ASM) $(FLAGS) SystemProc.asm -o SystemProc.stub.obj + $(ASM) $(FLAGS) SystemCallsABI+AMD64.asm -o SystemCallsABI+AMD64.stub.obj |
