mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
7 lines
55 B
Bash
Executable File
7 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
script/build_cores
|
|
script/build_app
|