diff options
Diffstat (limited to 'scripts/osx/build.command')
-rw-r--r-- | scripts/osx/build.command | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/osx/build.command b/scripts/osx/build.command new file mode 100644 index 0000000..bd124ff --- /dev/null +++ b/scripts/osx/build.command @@ -0,0 +1,6 @@ +#!/bin/sh + +cd "$(dirname $0)/../.." + +cd build +make -j3 |