From 094b61ba39841e5159f1fe057d2cfda24074a598 Mon Sep 17 00:00:00 2001 From: tth Date: Mon, 11 Oct 2021 09:23:17 +0200 Subject: [PATCH] fix a nasty bug in a Makefile --- Fonderie/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Fonderie/Makefile b/Fonderie/Makefile index deb910b..da61066 100644 --- a/Fonderie/Makefile +++ b/Fonderie/Makefile @@ -10,6 +10,7 @@ OBJS = fifo.o sfx.o crapulator.o glitches.o metriques.o \ filterstack.o single.o DEPS = ../floatimg.h \ + ../libfloatimg.a \ fifo.h crapulator.h metriques.h glitches.h sfx.h \ filterstack.h crapdef.h crapstr.h single.h