Shipwright/scripts/switch/build.sh
2022-08-02 16:22:20 +02:00

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)