mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(psp1) move kernel_functions.prx to the root folder after build
This commit is contained in:
parent
bb8cb4688f
commit
89724c541d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ include $(PSPSDK)/lib/build.mak
|
|||
|
||||
all:
|
||||
psp-build-exports -s $(PRX_EXPORTS)
|
||||
cp $(TARGET).prx ../../$(TARGET).prx
|
||||
cp $(TARGET).prx ../../../$(TARGET).prx
|
||||
cp $(TARGET).S ../$(TARGET).S
|
||||
cp $(TARGET).h ../$(TARGET).h
|
||||
rm -f $(TARGET).prx
|
||||
|
|
Loading…
Add table
Reference in a new issue