patch Makefile fonderie

这个提交包含在:
le vieux 2020-11-09 18:32:29 +01:00
父节点 b73c25f470
当前提交 6b424ea72a

查看文件

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