first video -> big commit :)
This commit is contained in:
@@ -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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user