Minor changes

This commit is contained in:
Aurora
2016-03-10 14:58:11 +01:00
parent 09cc7c903c
commit 6707a36ffe
8 changed files with 37 additions and 38 deletions

View File

@@ -105,7 +105,7 @@ $(BUILD):
#---------------------------------------------------------------------------------
clean:
@echo clean ...
@rm -fr $(BUILD) $(OUTPUT).elf arm9loaderhax.bin
@rm -fr $(BUILD) $(OUTPUT).elf
#---------------------------------------------------------------------------------