6 lines
78 B
Bash
6 lines
78 B
Bash
#!/bin/bash -ex
|
|
|
|
source /etc/profile.d/devkit-env.sh
|
|
|
|
make -C libctru/libctru
|