Skip to content
Snippets Groups Projects
Commit 745b2806 authored by kamischi's avatar kamischi
Browse files

Set name of python3 interpreter

parent d3cbc671
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ ifeq "$(GFORTAN_VERSION_GE_5)" "1"
FFLAGS += -fdiagnostics-color=auto
endif
# python3 interpreter
PYTHON3 = python3
# implicit rules for compiling fortran files
%.o: %.f90 ; $(FC) $(FFLAGS) -c $<
%_mod.mod: %.f90 ; $(FC) $(FFLAGS) -c $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment