mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-12 16:06:11 +00:00
4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
mkdir -p build
|
|
(cd build; cmake .. && make -j5; cd ..)
|
|
#cp build/atlastool /home/henrik/bin
|