mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 06:31:40 +00:00
Fix Makefiles not deleting objects in source/psp/
This commit is contained in:
parent
85dce28921
commit
5c7d68176a
2 changed files with 4 additions and 0 deletions
2
MakePHAT
2
MakePHAT
|
@ -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
|
||||
|
|
2
MakeSLIM
2
MakeSLIM
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue