first dry run
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
#
|
||||
# Fortraneries by tTh - Gravity Field
|
||||
# Fortraneries by tTh - Gravity Field
|
||||
#
|
||||
|
||||
GFOPT = -Wall -Wextra -g -time
|
||||
|
||||
essai: essai.f90 Makefile
|
||||
gfortran $(GFOPT) $< -o $@
|
||||
all: essai
|
||||
|
||||
realfield.o: realfield.f90 Makefile
|
||||
gfortran $(GFOPT) -c $<
|
||||
|
||||
essai: essai.f90 Makefile realfield.o
|
||||
gfortran $(GFOPT) $< realfield.o -o $@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user