mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
mkdir -p build
|
|
(cd build; cmake .. && make -j5; cd ..)
|
|
#cp build/atlastool /home/henrik/bin
|