default_build &&

if [ "$STATIC" == "y" ]; then
  make clean &&
  make static &&
  make install-static
fi
