mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 03:35:55 +00:00
6 lines
63 B
Bash
6 lines
63 B
Bash
#!/bin/sh
|
|
|
|
rm -rf build
|
|
meson $@ . build
|
|
meson configure build
|