mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
5 lines
98 B
Bash
Executable File
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)
|