From 6b424ea72a8b64870cb567bf19073f33eb59227b Mon Sep 17 00:00:00 2001 From: le vieux Date: Mon, 9 Nov 2020 18:32:29 +0100 Subject: [PATCH] patch Makefile fonderie --- Fonderie/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fonderie/Makefile b/Fonderie/Makefile index 89bfead..fabcc67 100644 --- a/Fonderie/Makefile +++ b/Fonderie/Makefile @@ -8,7 +8,7 @@ OBJS = fonctions.o sfx.o crapulator.o DEPS = fonctions.h crapulator.h fonderie: fonderie.c ${DEPS} ${OBJS} Makefile - gcc ${COPT} $< ${OBJS} ${LIBS} -o $@ + gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@ crapulator.o: crapulator.c ${DEPS} Makefile gcc ${COPT} -c $<