From 2790b3d22f95b61be2f23a3e8924c3a65ceab2e9 Mon Sep 17 00:00:00 2001 From: le vieux Date: Tue, 10 Nov 2020 14:10:55 +0100 Subject: [PATCH] omg, i did it again --- Fonderie/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fonderie/Makefile b/Fonderie/Makefile index ed2bbb3..0611aac 100644 --- a/Fonderie/Makefile +++ b/Fonderie/Makefile @@ -3,7 +3,7 @@ # COPT = -g -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses -LIBS = -lfloatimg -lpnglite -lm +LIBS = ../libfloatimg.a -lpnglite -lm OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o DEPS = fonctions.h crapulator.h metriques.h glitches.h @@ -30,7 +30,7 @@ sfx.o: sfx.c ${DEPS} Makefile # another way to brotch some pics... # -metriques.o: metriques.[hc] Makefile +metriques.o: metriques.c metriques.h Makefile gcc ${COPT} -c $< glitches.o: glitches.c glitches.h Makefile