extend clean rules to clean up more stuff

This commit is contained in:
Christopher Roy Bratusek 2012-03-14 16:05:29 +01:00
parent afeda6b904
commit a75204f885
3 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -105,6 +105,7 @@ $(BUILD):
clean:
@echo clean ...
@rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol
@rm source/hbf.dol
#---------------------------------------------------------------------------------
run:

View File

@ -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: