fixed clean rule in main/Makefile

This commit is contained in:
Christopher Roy Bratusek 2012-08-25 23:11:29 +02:00
parent 2cba15f424
commit 0b20ec402c

View File

@ -125,7 +125,7 @@ $(BUILD):
clean:
@echo clean ...
@rm -fr $(BUILD) $(OUTPUT).dol $(OUTPUT).elf
@rm HomebrewFilter/boot.dol
@rm ../HomebrewFilter/boot.dol
#---------------------------------------------------------------------------------
run: