first real run, make a gif89a, need more tweaking
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
# Fortraneries by tTh - Gravity Field
|
||||
#
|
||||
|
||||
GFOPT = -Wall -Wextra -g -time
|
||||
GFOPT = -Wall -Wextra -g -time -pg -I../Modules
|
||||
MODOBJ = '../Modules/spitpgm.o'
|
||||
|
||||
all: essai
|
||||
|
||||
@@ -10,6 +11,6 @@ realfield.o: realfield.f90 Makefile
|
||||
gfortran $(GFOPT) -c $<
|
||||
|
||||
essai: essai.f90 Makefile realfield.o
|
||||
gfortran $(GFOPT) $< realfield.o -o $@
|
||||
gfortran $(GFOPT) $< realfield.o $(MODOBJ) -o $@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user