#!/bin/sh
test -e mpv || exit 0

cd mpv
python3 ./waf distclean # waf clean
rm -rf build # meson clean
