if [[ $AESPIPE_STATIC == y ]]; then
  LDFLAGS="-static -s $LDFLAGS"
fi &&

default_build &&

make tests
