aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 35d39a2..2435f37 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
# makefile for MOOG with all of the common block assignments;
-# this is for my Mac laptop
# here are the object files
OBJECTS = Abfind.o Abpop.o Abunplot.o Batom.o Begin.o Binary.o \
@@ -34,7 +33,7 @@ X11LIB = /usr/X11/lib
SMLIB = /usr/local/lib
FC = gfortran
-FFLAGS = -std=legacy -w -ff2c
+FFLAGS = -w -ff2c -fdefault-double-8 -fdefault-real-8
LDFLAGS = -L$(X11LIB) -lX11 -ltcl -ltk -L$(SMLIB) -lplotsub -ldevices -lutils
# here are the compilation and linking commands