diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-21 07:55:20 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-21 07:55:20 +0200 |
| commit | bc4f32c10a34c6bded98f378004f7435deede43b (patch) | |
| tree | 31aedfebcaef1c3b045f1c19a48792ba8e77cf01 /Private/makefile | |
| parent | 155971914073bedfa585a0be4d14a40bd23e3b8f (diff) | |
MHR-5: Fix: not using buggy wildcard anymore.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/makefile')
| -rw-r--r-- | Private/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Private/makefile b/Private/makefile index b166990e..4d871c82 100644 --- a/Private/makefile +++ b/Private/makefile @@ -39,7 +39,7 @@ SCRIPT = --script=Linker/Platforms/PC.lds .PHONY: error error: - @echo "Use a specific target." + @echo "=> Use a specific target." MOVEALL=./MoveAll.sh WINDRES=x86_64-w64-mingw32-windres @@ -58,7 +58,6 @@ OBJCOPY=x86_64-w64-mingw32-objcopy .PHONY: link-amd64-epm link-amd64-epm: - $(SLEEP) $(LD) $(LDFLAGS) $(LDOBJ) -o $(KERNEL) $(COPY) $(KERNEL) Root/Boot |
