]> gitweb.michael.orlitzky.com - bash.d.git/commit
compilation.sh: export FFLAGS, too.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Jul 2020 12:50:12 +0000 (08:50 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Jul 2020 12:50:12 +0000 (08:50 -0400)
commitcc72d40e8292040c148e26ff9c7785770e7bab0d
treef019d0a77137247e728e3d3166ca4599b809e241
parent43e39a53389069e0c007d75470f96420e72279bc
compilation.sh: export FFLAGS, too.

FFLAGS is the POSIX-make standard name for FORTRAN compiler flags.
It may be needed for build systems that don't use autotools but
are still make-based.
compilation.sh