mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(PS3) Remove unused makefile from distscripts
This commit is contained in:
parent
be9e654bd0
commit
edc4077d30
2 changed files with 0 additions and 4 deletions
|
@ -2,11 +2,9 @@
|
|||
RARCH_VERSION=0.9.9
|
||||
|
||||
make -C ../ -f Makefile.ps3.salamander clean || exit 1
|
||||
make -C ../ -f Makefile.ps3.rgl clean || exit 1
|
||||
make -C ../ -f Makefile.ps3 clean || exit 1
|
||||
|
||||
make -C ../ -f Makefile.ps3.salamander || exit 1
|
||||
make -C ../ -f Makefile.ps3.rgl || exit 1
|
||||
|
||||
EXE_PATH=/usr/local/cell/host-win32/bin
|
||||
|
||||
|
|
|
@ -2,11 +2,9 @@
|
|||
#For this script to work correctly, you must place the "data" folder containing your ps3 keys for scetool to use in the dist-scripts folder.
|
||||
|
||||
make -C ../ -f Makefile.ps3.salamander clean || exit 1
|
||||
make -C ../ -f Makefile.ps3.rgl clean || exit 1
|
||||
make -C ../ -f Makefile.ps3.cobra clean || exit 1
|
||||
|
||||
make -C ../ -f Makefile.ps3.salamander || exit 1
|
||||
make -C ../ -f Makefile.ps3.rgl || exit 1
|
||||
|
||||
GENPS3ISO_PATH=/cygdrive/c/Cobra_ODE_GenPS3iso_v2.3/genps3iso.exe
|
||||
SCETOOL_PATH=/cygdrive/c/Users/aaa801/ps3tools/ps3tools/tools/scetool/scetool.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue