(psp1) move kernel_functions.prx to the root folder after build

This commit is contained in:
aliaspider 2015-09-23 23:08:01 +01:00
parent bb8cb4688f
commit 89724c541d

View File

@ -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