We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520c28f commit 23742beCopy full SHA for 23742be
1 file changed
tools/make/Makefile
@@ -16,9 +16,6 @@ CXX_COMPILER ?= g++
16
# Define the Fortran compiler:
17
FORTRAN_COMPILER ?= gfortran
18
19
-# Define the Fortran/C linker:
20
-LINKER ?= gfortran
21
-
22
# Define the command for removing files and directories:
23
DELETE ?= -rm
24
DELETE_FLAGS ?= -rf
0 commit comments