mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir ./build &> /dev/null
|
|
meson . ./build --buildtype=release
|
|
ninja -C build
|