mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-10 06:14:15 +00:00
5 lines
131 B
Bash
Executable file
5 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -fr moonlight.nro moonlight.elf moonlight.nacp
|
|
make -f Makefile -j4
|
|
/opt/devkitpro/tools/bin/nxlink -s moonlight.nro
|