6 lines
135 B
Bash
6 lines
135 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
meson --buildtype release --strip --layout flat --default-library static target
|
||
|
ninja -C target
|
||
|
strip target/meson-out/xwim
|