#! /bin/bash
#
gfortran -c -g -Wall pyramid_jaskowiec_rule.f90
if [ $? -ne 0 ]; then
  echo "Compile error."
  exit
fi
#
mv pyramid_jaskowiec_rule.o ~/lib/pyramid_jaskowiec_rule.o
#
echo "Normal end of execution."
