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