mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname "$0") || exit
|
|
|
|
./compile-arm64.sh $@
|
|
./build-sdl2.sh
|