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