From 4a9f1d38611c78cf8d6408a8db704ac54bde1db2 Mon Sep 17 00:00:00 2001 From: amlal Date: Fri, 22 Mar 2024 14:40:42 +0100 Subject: meta: update makefile. Signed-off-by: amlal --- Private/NewBoot/Source/makefile | 8 ++++++++ 1 file changed, 8 insertions(+) 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)" -- cgit v1.2.3