Skip to content

Commit

Permalink
gfortran didnt like double double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-boon committed Apr 16, 2021
1 parent 68eec79 commit 4e9ed3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ INCLUDES=-I${incdir}
ifeq ("$(HAVEPLUS)","true")
HAVEPLUS=-DHAVE_PLUS
else
HAVEPLUS=""
HAVEPLUS=
endif

ifeq ($(F90),ifort)
Expand Down

0 comments on commit 4e9ed3a

Please sign in to comment.