Fixed make-clean.

This commit is contained in:
yellows8 2017-09-25 16:48:29 -04:00
parent 401e450e12
commit 09b9bbdc0c

View File

@ -106,7 +106,7 @@ $(BUILD):
#---------------------------------------------------------------------------------
clean:
@echo clean ...
@rm -fr $(BUILD) $(TARGET).bin $(TARGET).elf
@rm -fr $(BUILD) $(TARGET).pfs0 $(TARGET).nso $(TARGET).elf
#---------------------------------------------------------------------------------