From 9bf7420620393fe693576aa04c57ea4eefc925d7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 25 Apr 2024 15:05:50 +0200 Subject: MHR-16: Improve clean rule. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 7ed42abd..6eb14801 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -78,7 +78,7 @@ download-edk: .PHONY: clean clean: - $(REM) $(REM_FLAG) $(OBJ) NewBoot.exe NewKernel.exe OVMF.fd $(IMG) $(IMG_2) + $(REM) $(REM_FLAG) $(OBJ) NewBoot.exe NewKernel.exe OVMF.fd $(IMG) $(IMG_2) *.bin .PHONY: help help: -- cgit v1.2.3