fix: correct the compiler name
This commit is contained in:
parent
15feb1c6c9
commit
525c9eb122
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#CFLAGS = -e -Bstatic
|
#CFLAGS = -e -Bstatic
|
||||||
CFLAGS = -g
|
CFLAGS = -g
|
||||||
FC = g77
|
FC = gfortran
|
||||||
|
|
||||||
all: lrna crna
|
all: lrna crna
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue