From: Michael Orlitzky Date: Fri, 3 Jul 2020 12:50:12 +0000 (-0400) Subject: compilation.sh: export FFLAGS, too. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=cc72d40e8292040c148e26ff9c7785770e7bab0d;hp=cc72d40e8292040c148e26ff9c7785770e7bab0d;p=bash.d.git 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. ---