mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-13 13:13:36 +00:00
3 lines
58 B
Bash
3 lines
58 B
Bash
|
mkdir -p build
|
||
|
(cd build; cmake .. && make -j3 $1; cd ..)
|