mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
3 lines
81 B
Bash
Executable file
3 lines
81 B
Bash
Executable file
cp -r android/assets .
|
|
mkdir -p build
|
|
(cd build; cmake .. && make -j3 $1; cd ..)
|