Starbound/scripts/osx/build.command
2025-03-21 22:23:30 +11:00

6 lines
55 B
Bash

#!/bin/sh
cd "$(dirname $0)/../.."
cd build
make -j3