linking with the good .a
This commit is contained in:
parent
15997ba46d
commit
098b12cd61
|
@ -7,8 +7,8 @@ MYLIB = '../Modules/libtth90modules.a'
|
|||
|
||||
# ---- programmes
|
||||
|
||||
essai: essai.f90 usegenplot.o Makefile
|
||||
gfortran $(GFOPT) $< usegenplot.o -o $@
|
||||
essai: essai.f90 Makefile
|
||||
gfortran $(GFOPT) $< $(MYLIB) -o $@
|
||||
|
||||
doubledice: doubledice.f90 Makefile \
|
||||
utils_ga.o usegenplot.o
|
||||
|
|
Loading…
Reference in New Issue