#!/bin/sh

if [ -f "$config_libass_source"/Makefile ];then
    make -C "$config_libass_source" distclean
fi
