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