patch Makefile fonderie

This commit is contained in:
le vieux 2020-11-09 18:32:29 +01:00
parent b73c25f470
commit 6b424ea72a
1 changed files with 1 additions and 1 deletions

View File

@ -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 $<