forked from Qortal/Brooklyn
4 lines
33 B
Bash
4 lines
33 B
Bash
|
#!/bin/sh -e
|
||
|
meson \
|
||
|
$@ . build
|