mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 23:54:06 +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
|