(PSP1) Add rm ../retroarchpsp.elf to psp1-cores.sh

This commit is contained in:
twinaphex 2014-02-22 22:43:47 +01:00
parent 14db34450d
commit a685a5fc7e

View File

@ -19,5 +19,5 @@ for f in *_psp1.a ; do
cp -f "$f" ../libretro_psp1.a
make -C ../ -f Makefile.psp1 $whole_archive $big_stack -j3 || exit 1
mv -f ../retroarchpsp.prx ../psp1/pkg/${name}_libretro_psp1.prx
rm -f ../retroarchpsp.prx
rm -f ../retroarchpsp.prx ../retroarchpsp.elf
done