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

set -e

if [ -f fsbuild/build.sh ]; then
. fsbuild/build.sh
elif [ -f fsplugin/Makefile ]; then
make -C fsplugin "$@"
elif [ -f ./Makefile ]; then
make "$@"
fi
