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