Skip to content

Commit

Permalink
Fix variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Mar 5, 2024
1 parent 20dd7e9 commit 604857e
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 @@ -36,7 +36,7 @@ ifeq ($(FC),gfortran)
MODOUT := -J$(MODDIR)
else
MODIN := -module $(MODDIR)
MODOUT := MODIN
MODOUT := $(MODIN)
endif

all: $(STATIC) $(SHARED)
Expand Down

0 comments on commit 604857e

Please sign in to comment.