From 97698bb66f7c46d8485ebfb4b415e7a8ca080e5b Mon Sep 17 00:00:00 2001 From: tth Date: Thu, 1 Apr 2021 22:40:28 +0200 Subject: [PATCH] omg ! a serious bug in the Makefile --- Fonderie/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fonderie/Makefile b/Fonderie/Makefile index 578c179..d218b63 100644 --- a/Fonderie/Makefile +++ b/Fonderie/Makefile @@ -9,7 +9,8 @@ LIBS = ../libfloatimg.a -ltiff -lpnglite -lm -lz -lcfitsio OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o \ filterstack.o single.o -DEPS = fonctions.h crapulator.h metriques.h glitches.h sfx.h \ +DEPS = ../floatimg.h \ + fonctions.h crapulator.h metriques.h glitches.h sfx.h \ filterstack.h crapdef.h crapstr.h single.h all: fonderie interpolator singlepass t