diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-05 16:55:53 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-08-05 16:55:53 -0400 |
commit | fc92f346a1e86c02f15896966428857b1de41f5f (patch) | |
tree | c2bf85c15d3fd2aec1ec1ac2f16014cea3f7f8cb /Makefile.in | |
parent | b58c466b3651d53718ac53edd77981ba67192c8a (diff) | |
download | moog-fc92f346a1e86c02f15896966428857b1de41f5f.tar.gz |
Add help option to configure script
* Add FC compiler variable to makefile template
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6f7dc9a..fbf099f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,7 +36,7 @@ COMMON = Atmos.com Dummy.com Equivs.com Factor.com Kappa.com Linex.com \ X11LIB = @WITH_X11@ SMLIB = @WITH_SM@ -FC = gfortran +FC = @FC@ FFLAGS = @FFLAGS@ LDFLAGS = -L$(X11LIB) -lX11 -ltcl -ltk -L$(SMLIB) -lplotsub -ldevices -lutils |