summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-21 07:55:20 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-21 07:55:20 +0200
commitbc4f32c10a34c6bded98f378004f7435deede43b (patch)
tree31aedfebcaef1c3b045f1c19a48792ba8e77cf01 /Private/NewBoot/Source
parent155971914073bedfa585a0be4d14a40bd23e3b8f (diff)
MHR-5: Fix: not using buggy wildcard anymore.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source')
-rw-r--r--Private/NewBoot/Source/makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index 03bb9248..25eb04c0 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -24,8 +24,7 @@ EMU_FLAGS=-net none -smp 4 -m 4G -M q35 -bios OVMF.fd -device piix3-ide,id=ide -
LD_FLAGS=-e Main --subsystem=10
-OBJ=$(wildcard *.o) $(wildcard HEL/AMD64/*.obj)
-
+OBJ=*.o
REM=rm
REM_FLAG=-f
@@ -68,7 +67,7 @@ download-edk:
.PHONY: clean
clean:
- $(REM) $(REM_FLAG) $(OBJ) NewBoot.exe NewKernel.exe OVMF.fd
+ $(REM) $(REM_FLAG) $(OBJ) NewBoot.exe NewKernel.exe OVMF.fd $(IMG) $(IMG_2)
.PHONY: help
help: