From 9675b16dfedd8b60a99bac9a069de4178ab8622a Mon Sep 17 00:00:00 2001 From: tTh Date: Sun, 11 Jun 2023 09:43:35 +0200 Subject: [PATCH] little tuning --- GrafAnim/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/GrafAnim/Makefile b/GrafAnim/Makefile index e333017..1674313 100644 --- a/GrafAnim/Makefile +++ b/GrafAnim/Makefile @@ -3,6 +3,7 @@ # GFOPT = -Wall -Wextra -g -time -I../Modules +MYLIB = '../Modules/libtth90modules.a' # ---- programmes @@ -14,15 +15,13 @@ doubledice: doubledice.f90 Makefile \ gfortran $(GFOPT) $< usegenplot.o utils_ga.o -o $@ doublegauss: doublegauss.f90 Makefile utils_ga.o - gfortran $(GFOPT) $< ../Modules/pixrgb.o utils_ga.o -o $@ + gfortran $(GFOPT) $< $(MYLIB) utils_ga.o -o $@ trigofest: trigofest.f90 Makefile vue3axes.o utils_ga.o - gfortran $(GFOPT) $< ../Modules/pixrgb.o ../Modules/spitpgm.o \ - utils_ga.o -o $@ + gfortran $(GFOPT) $< $(MYLIB) utils_ga.o -o $@ noisepic: noisepic.f90 Makefile - gfortran $(GFOPT) $< ../Modules/spitpgm.o ../Modules/pixrgb.o \ - ../Modules/noisepictures.o \ + gfortran $(GFOPT) $< $(MYLIB) \ -o $@ # ---- modules locaux