Fix Makefiles not deleting objects in source/psp/

This commit is contained in:
Ian 2023-08-28 18:30:20 -04:00
parent 85dce28921
commit 5c7d68176a
2 changed files with 4 additions and 0 deletions

View File

@ -125,10 +125,12 @@ include $(PSPSDK)/lib/build.mak
clean:
rm -rf build/
rm source/psp/*.o
rm source/*.o
clean-keep-eboot:
rm -rf build/exec/
rm source/psp/*.o
rm source/*.o
install: EBOOT.PBP

View File

@ -125,10 +125,12 @@ include $(PSPSDK)/lib/build.mak
clean:
rm -rf build/
rm source/psp/*.o
rm source/*.o
clean-keep-eboot:
rm -rf build/exec/
rm source/psp/*.o
rm source/*.o
install: EBOOT.PBP