linking with the good .a

This commit is contained in:
tTh 2023-06-21 02:01:44 +02:00
parent 15997ba46d
commit 098b12cd61
1 changed files with 2 additions and 2 deletions

View File

@ -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