From a75204f8855b82a5ae936298cb56028059ee0b8f Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 14 Mar 2012 16:05:29 +0100 Subject: [PATCH] extend clean rules to clean up more stuff --- Makefile | 3 ++- boot/Makefile | 1 + installer/Makefile | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07295e5..6b784f2 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,8 @@ $(BUILD): #--------------------------------------------------------------------------------- clean: @echo clean ... - @rm -fr $(BUILD) $(OUTPUT).dol + @rm -fr $(BUILD) $(OUTPUT).dol $(OUTPUT).elf + @rm HomebrewFilter/boot.dol #--------------------------------------------------------------------------------- run: diff --git a/boot/Makefile b/boot/Makefile index 885cfa3..f320073 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -105,6 +105,7 @@ $(BUILD): clean: @echo clean ... @rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol + @rm source/hbf.dol #--------------------------------------------------------------------------------- run: diff --git a/installer/Makefile b/installer/Makefile index b6f34e6..a0d4cbe 100644 --- a/installer/Makefile +++ b/installer/Makefile @@ -106,6 +106,8 @@ $(BUILD): clean: @echo clean ... @rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol + @rm -f data/install.wad + @rm wad/00000002.app #--------------------------------------------------------------------------------- run: