Shipwright/scripts/switch/build.sh

5 lines
98 B
Bash
Executable File

#!/bin/bash
make setup -C soh -j$(nproc) OPTFLAGS=-O2 DEBUG=0
make -f Makefile.switch -j$(nproc)