#!/bin/sh

if [ -f libass/Makefile ];then
    make -C libass distclean
fi
