mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 20:02:51 +03:00
6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mkdir ./build &> /dev/null
|
|
meson . ./build --buildtype=release "$@"
|
|
ninja -C build urbit
|