5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p build-psp
|
|
cd build-psp
|
|
cmake .. -DDUSK_TARGET_SYSTEM=psp
|
|
make -j$(nproc) |