mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-06 11:38:23 +00:00
(psp1) move kernel_functions.prx to the root folder after build
This commit is contained in:
parent
bb8cb4688f
commit
89724c541d
@ -21,7 +21,7 @@ include $(PSPSDK)/lib/build.mak
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
psp-build-exports -s $(PRX_EXPORTS)
|
psp-build-exports -s $(PRX_EXPORTS)
|
||||||
cp $(TARGET).prx ../../$(TARGET).prx
|
cp $(TARGET).prx ../../../$(TARGET).prx
|
||||||
cp $(TARGET).S ../$(TARGET).S
|
cp $(TARGET).S ../$(TARGET).S
|
||||||
cp $(TARGET).h ../$(TARGET).h
|
cp $(TARGET).h ../$(TARGET).h
|
||||||
rm -f $(TARGET).prx
|
rm -f $(TARGET).prx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user