mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 17:42:58 -07:00
4 lines
98 B
Bash
Executable file
4 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
make setup -C soh -j$(nproc) OPTFLAGS=-O2 DEBUG=0
|
|
make -f Makefile.switch -j$(nproc)
|