#!/bin/sh
# This file is automatically generated by fs-package

set -e

rm -Rf fsbuild/_[a-z]*

if [ -f fsbuild/clean.sh ]; then
. fsbuild/clean.sh
elif [ -f fsplugin/Makefile ]; then
make -C fsplugin clean
elif [ -f ./Makefile ]; then
make clean
fi
