first video -> big commit :)

This commit is contained in:
tTh
2022-12-03 02:25:37 +01:00
parent 8607ff35b7
commit 3c3d1c8906
9 changed files with 315 additions and 99 deletions

View File

@@ -7,10 +7,16 @@ MODOBJ = '../Modules/spitpgm.o'
all: essai
# ----------- modules
realfield.o: realfield.f90 Makefile
gfortran $(GFOPT) -c $<
# ----------- progs
essai: essai.f90 Makefile realfield.o
gfortran $(GFOPT) $< realfield.o $(MODOBJ) -o $@
animation: animation.f90 Makefile realfield.o
gfortran $(GFOPT) $< realfield.o $(MODOBJ) -o $@