mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
cp -r android/assets .
|
|
mkdir -p build
|
|
(cd build; cmake .. && make -j3 $1; cd ..)
|