diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-22 14:40:42 +0100 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-22 14:40:42 +0100 |
| commit | 4a9f1d38611c78cf8d6408a8db704ac54bde1db2 (patch) | |
| tree | 751e8398c94ffeeeebaaa85892a27a6b85a09dea | |
| parent | 0c61ea5560f26990d08ecbc8207776b308c48db5 (diff) | |
meta: update makefile.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
| -rw-r--r-- | Private/NewBoot/Source/makefile | 8 |
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)" |
