mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-25 16:41:04 +00:00
3 lines
58 B
Bash
Executable File
3 lines
58 B
Bash
Executable File
mkdir -p build
|
|
(cd build; cmake .. && make -j3 $1; cd ..)
|