#!/bin/sh

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