mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
script/build_cores
|
||
|
script/build_app
|