summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoramlal <amlal@el-mahrouss-logic.com>2024-03-22 14:40:42 +0100
committeramlal <amlal@el-mahrouss-logic.com>2024-03-22 14:40:42 +0100
commit4a9f1d38611c78cf8d6408a8db704ac54bde1db2 (patch)
tree751e8398c94ffeeeebaaa85892a27a6b85a09dea
parent0c61ea5560f26990d08ecbc8207776b308c48db5 (diff)
meta: update makefile.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
-rw-r--r--Private/NewBoot/Source/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index 948a6519..639fd114 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -57,3 +57,11 @@ download-edk:
.PHONY: clean
clean:
$(REM) $(REM_FLAG) $(OBJ) NewBoot.exe HCoreKrnl.exe OVMF.fd
+
+.PHONY: help
+help:
+ @echo "=== HELP ==="
+ @echo "epm-img: Format a disk using the Explicit Partition Map/GPT."
+ @echo "clean: clean bootloader."
+ @echo "bootloader-amd64: Build bootloader. (PC AMD64)"
+ @echo "run-efo-amd64: Run bootloader. (PC AMD64)"