Skip to content

Commit

Permalink
Remove dependency on gfortran-9
Browse files Browse the repository at this point in the history
  • Loading branch information
cibinjoseph committed Apr 17, 2020
1 parent 2630dad commit cd1db41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Makefile for running tests

ifndef $(FC)
FC = gfortran-9
FC = gfortran
endif

ifeq ($(FC), gfortran-9)
ifeq ($(FC), gfortran)
flags = -fbacktrace -Wall
endif

Expand Down

0 comments on commit cd1db41

Please sign in to comment.