1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
persephone/bin/setup
2019-09-27 11:56:30 -04:00

9 lines
119 B
Bash
Executable File

#!/bin/sh
git submodule update --init --recursive
cd libmpdclient && \
meson . output && \
ninja -C output
cd ..