From 098b12cd61b0224f209eb075483a3d015d55506e Mon Sep 17 00:00:00 2001 From: tTh Date: Wed, 21 Jun 2023 02:01:44 +0200 Subject: [PATCH] linking with the good .a --- GrafAnim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GrafAnim/Makefile b/GrafAnim/Makefile index 1674313..cc07480 100644 --- a/GrafAnim/Makefile +++ b/GrafAnim/Makefile @@ -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