mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +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
|